Create Order
Creates a new file-processing order in Split CSV.
Body
The HTTPS URL of the source file to split.
The split method to apply to the source file.
The number of files to produce. Required when method is filecount.
The target size in bytes for each split file. Required when method is filesize.
The number of lines to include in each file. Required when method is linecount.
The number of records to include in each file. Required when method is linesperfile.
The zero-based column index whose header value should be used for splitting. Required when method is headervalue.
The number of header lines to replicate into each output file.
The number of leading lines to skip before parsing the source file.
When true, save the output files in Excel XLSX format.
When true, save the output files as newline-delimited JSON.
The worksheet name to use when xlsx is true.
When true, duplicate rows are written to a separate duplicates.csv file and remain in the split output.
When true, duplicate rows are written to a separate duplicates.csv file and removed from the split output.
When false, output CSV fields are not quoted.
The delimiter character to use when parsing the source file instead of a comma.
The delimiter character to use when generating the split output files instead of a comma.
The zero-based column indexes to remove from the output.
The HTTPS webhook URL to notify when the split completes.
When true, send a separate webhook for each output file after completion.
Comma-separated response fields to include.