cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract header in Mail adapter

Former Member
0 Kudos

Hi All,

I have a scenario where the data is read from a file and sent to another file server iwthout any modifications to the data, so no IR used here.

but along with this I need to extract header data from the same incoming file and send it to an email using mail adapter. Now is there a way not to involve IR in this too.

Cause this is a //le communication, for one no IR and for the other we are looking at ways not use IR too.

Regards,

XIer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

If you want only the header data of the file (expecting you are having other data also) then it is not possible to do so without mapping. What I would suggest is to do the mapping for header and use this in ID.

So configure two receivers one for mail and another with file. In the receiver determination for the mail you use mapping and for file you dont use mapping at all. This would resolve your issue.

Regards,

---Satish