Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.

Sort data by one or more fields:
Known Limitation
Since Integrate.io ETL offers parallel processing out of the box on some components, Sort is not guaranteed by default and single-threaded processing needs to be enforced. To do so, add a package variable _EXEC_TYPE with value ‘local’ so that the records are sorted properly. Note that selecting “Merge output to single file” in File Storage destination can also affect proper record sorting.

