Hi Inaki,
Thanks for your reply.
BPM is not an option in our case as we are told not to use BPM.
However as per the thread from Michael
"pick both files in one run (one as file, the other one as attachment - so one communication channel )
inside the mapping you can get the values from the attachment and do the mapping"
This part is fine and we can do the mapping by creating N:1 mapping but since our files are .csv files so a content conversion is required for both the a.csv and b.csv. How to go through with this.
The structure will be something like below in the message mapping after we add both the source structures in Signature Tab:
Message
Message1
MT_FILE_A
RecordSet1
Name
Address
Field3
Message2
MT_FILE_B
RecordSet2
Phone
Mobile
Can I use the below values for Content Conversion?
Document Name:MT_FILE_A,MT_FILE_B
Recordset Structure:RecordSet1,*,RecordSet2,* or we have to use MT_FILE_A.RecordSet1,*,MT_FILE_B.RecordSet2.*
And in the Name Value for Name do we need to use dot for each Document Name i.e.
MY_FILE_A.RecordSet1.fieldSeparator?
Regards,
Shaibayan