Hi All
I have bpm that colects 2 file one header file and one body file, In both is a tran code
exp: 104300360124921338 Header
104300360124921332 Detail
104300360124921333 Detail
104300360124921334 Detail.
The first 14 numbers of the string is the same, Now in my mapping i need to get it to be:
For The same trans code there basicly needs to be one header and followed by body structure depending on how man lines there is for that trans code in the body file
exp:Header
Detail
Detail
Detail
Header
Detail
Regards