I have to handle a particular case, I have a stream on PO of type file.
based on a field I have to call different mappings.
for example if the value is "TEST1" I have to call mapping 1 if instead it is "TEST2" I have to call mapping 2.
However, in one file there are both values so in the same call I have to call two mappings
How can it be done?