Hi SDNites,
Need to split file after every 2nd record,
Source File structure,
Header
Item1
Item2
Item3
Item4
Item5
Footer
Expected output,
Receiver File1 :
Header
Item1
Item2
Footer
Receiver File2 :
Header
Item3
Item4
Footer
Receiver File3 :
Header
Item5
Footer
I am able to do the splitting with graphical mapping. But the probelm is Header is not getting to Receiver File 2 and 3. Any suggestions on how to map the Header will be of great help.
Regards,
Abhi