Hi,
I have a requirement where I need to process the huge volume messages. So I decided to choose split the records through Recordset per message option in sender file adapter.
In my source structure ( Recordset Structure parameter) : I have Header,1,HeaderM,1,HeaderD,1,Detail,*,DetailM,*
When the split is done, I have the correct configuration for the first message, but the other messages I get all structures without HeaderM and HeaderD.
How do I config the sender channel to get the correct resulut in all splitted messages ?
Cordialy