Hi, all
We are on PI 7.3 and I have an interface to bring in data from a csv file and pop them into ECC. There is a date field in record but the order is not in chronological order. Parsing the file is not a problem, but the requirement is to post each record into ECC in chronological order based of that date field. For example, the data looks the following:
AAA;10-APR-2010;BBB
CCC;11-MAR-2010;DDD
EEE;01-MAR-2009;FFF
So the order to send the data into ECC is the following:
EEE;01-MAR-2009;FFF
CCC;11-MAR-2010;DDD
AAA;10-APR-2010;BBB
The reason is that there could be data dependency on the date. Is there a way to achieve this without BPM? Fixing the source of the data is the no-brainer, but the folks sending us the data said it is not possible from their end.
Thanks,
Jonathan.