Awee

file:json:unchunk

Combines multiple JSON chunk files into a single array or map output file

Combines multiple JSON chunk files into a single array or map output file

Options

NameTypeDescription
input_filesstringA list of input JSON files to process
input_file_suffixstringAn optional suffix to append to the input files before processing
output_filestringPath where the unchunked JSON will be saved It automatically determines the output file format (array or map) based on the input key path and the content
input_key_pathstringIs the path to the key in the JSON file that contains the array or a map of records It can be a dot-separated path to a nested key, e.g. "data.records" or "rows"

Outputs

NameTypeDescription
output_filestring
recordsint

How is this guide?

On this page