FILE MERGE

Concatenates or merges multiple files into a single output file. Use this worker when you need to combine several files from upstream workflow steps into one consolidated file for downstream processing or archiving.

When to use

Classification: process.

Tagged: combine, concatenate, file_merge, files, merge, process.

Inputs

Label ID Type Default Required Description
Files to Merge files file   One or more files to be merged together; accepts any file type and can be left empty if files are provided dynamically by upstream workers.
New file NameFiles to Merge filename text   Desired name for the resulting merged output file (e.g. ‘combined_results.csv’); if left blank a default name will be assigned automatically.

Outputs

Label ID Type Description
Merged File merged_file file The single consolidated file produced by merging all inputs; format and extension match the content of the provided source files.

Disciplines

  • data.io.file

Auto-generated from transformation schema. Worker id: file_merge. Schema hash: 7ddfcaf44a95. Hand-curated docs in workerexamples/ override this page when present.