Awee

csv:unchunk

Combines multiple CSV chunk files back into a single output file

Combines multiple CSV chunk files back into a single output file

Options

NameTypeDescription
input_filesstringList of chunk file paths to combine
input_file_suffixstringOptional suffix appended to each input file name before processing (e.g. "_translated")
output_filestringPath for the combined output CSV file
separatorstringField separator used in all input and output files
headerboolWhen true, only the first chunk's header is written to the output
skip_first_headerboolWhen true, header mismatches across chunks are ignored instead of causing an error

Outputs

NameTypeDescription
output_filestringOutputFile path of the combined output file
filesstringThe list of input files that were combined
recordsintTotal number of data rows written to the output

How is this guide?

On this page