cancel
Showing results for 
Search instead for 
Did you mean: 

Mail adapter options

inigo_sacramento
Participant
0 Kudos

Hi.

I have my mail scenario working.

I have many doubts of how to do some things.

I would like to transform only a part of the XML into a CSV file. Actually, i have to transform the entire the XML. I would like to know hoy to convert only specific XML tags.

The tags i don't wat to put in the CSV, contain the info of the email destinator and the subject field. I want to put those fields in the Mail Attributes in the receiver mail adapter.

Ragards.

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Can you try this in the mapping..

ANd also, how are you converting the csv , using modules ? If so , you avoid whatever not required in the csv file.

Regards,

Moorthy

inigo_sacramento
Participant
0 Kudos

Yes, i'm trying to select the tags i want using modules but if i don't tell all the tags, including the ones i don't work, doesn't work.

And i don't understand how to set parameters 'To' and 'Subject' and a body telling something like 'Hi. This is the result of your interface. Bye'. This parameters are included in the payload (the one with the info that is being converted into CSV)

regards

moorthy
Active Contributor
0 Kudos

<i>how to set parameters 'To' and 'Subject'</i>

This can be done with Mapping..

Check this blog- to get an idea-

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

After mapping you will get the payload, and then you are going to change the payload as per the requirement in the Module. It will not change the mail configuration parameters

Regards,

Moorthy