Merge data from the first sheet of multiple file manager files, then generate a new file with all source data on a single sheet. The request requires a list of files and associated columns to be included in the merge operation.
Example:
{
"1234567890abcdef12345678": [0, 1, 2, 3, 4],
"2345678901bcdefa23456789": [1, 0, 2, 4, 3]
}
The first entry (above) denotes the columns to include in the merge operation, and is simply a list of selected columns. Columns are numbered from left to right, with the leftmost in a file being position 0. Each subsequent entry defines which column to use in relation to the master file, which allows for a flexible merge operation that can arbitrarily define column positioning and mapping.
api.file-manager.writeBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifies the associated engagement.
The name of the file being generated in the requested merge operation.
1\s*\S+.*Reference to the files and the columns to include in the merge operation.
Identifies the parent directory. If NULL, the directory is positioned at the root level.
Created
Indicates the data integrity version to ensure data consistency.
The unique object identifier.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
Indicates the type of job being run.
ANALYSIS_RUN, ANALYSIS_SOURCE_INGESTION, ADMIN_REPORT, DATA_TABLE_EXPORT, ANALYSIS_ROLL_FORWARD, GDPDU_UNPACK_JOB, ACCOUNT_GROUPING_EXPORT, ACCOUNT_MAPPING_EXPORT, DATA_TRANSFORMATION_JOB Indicates the current state of the job.
IN_PROGRESS, COMPLETE, ERROR Identifies the entity used in the job.
Identifies the entity type used in the job.
ORGANIZATION, ENGAGEMENT, ANALYSIS, ANALYSIS_RESULT, ANALYSIS_SOURCE, FILE_RESULT, GDPDU_UNPACK_JOB, ACCOUNT_GROUPING, ENGAGEMENT_ACCOUNT_GROUPING, FILE_MANAGER_FILE The reason why the async job failed.