Hi,
I am using SplitText processor to split the files based on the line count. Does this processor always create the split files in the order of records present in the file? Below is an example for my query,
Say I have a file with 100 records & I have specified the line count to be 10.
1. Will the first 10 records always go to the first split file & the downstream processor will get this file immediately to be processed?
2. In our example there will be 10 split files created. Will the order be maintained in the subsequent processing(assuming that I have set the concurrency as '1') like split-0,split-1...split-10.
Thanks & Regards,
R.Rohit