Partition and Collect Data Using Talend
Another way of partitioning is to parallelize executions to use dedicated components such as tPartitioner and tCollector. You will build a Job that generates a configurable amount of data, sort the data and then write the sorted result in a file.