Hi,
I have a requirement where i will receive a CSV file from a FTP location and it will have more that 10000 records in it, and I have to split that into 2000 records maximum each and send them to M3(so it will be like let say i have 11345 records then i have to send split and send 6 document to M3 one by one). In on-perm we achieved it using Split Redirect functionality in partner admin. In Cloud version there is no option to split the incoming file using file template. Could anyone please suggest a way to achieve the split functionality similar to on-perm.
The splitter component ion the doc flow has an option to split the records to each individual record so I don't find it suitable solution for this problem.