cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Sender adapter to process excel file attachment

PallaviU
Participant
0 Kudos

Hi Experts,

I am developing a scenario where input is Excel file attachment from mail and need to process through RFC. I have used Pay Load Swap Bean for swapping the attachments and Module Transform Bean to convert the Excel file to XML. Does Module Transform Bean converts from Excel to XML?

If so what are the parameters that need to be passed? What will I specify for field Separator?

Can any one suggest on this please?

Thanks in Advance

Pallavi

Accepted Solutions (0)

Answers (2)

Answers (2)

vicky20691
Active Contributor
0 Kudos

Hi Pallavi,

No standard module to convert excel to xml.

you can have 2 options in sender channel

Option 1

1. PayloadSwapBean

2. Custom Module to convert excel to XML

Option 2

1. PayloadSwapBean

then call java mapping which will convert excel to xml

XLS to XML conversion using JAVA Mapping in SAP XI 7.0 - Netweaver Technology - SCN Wiki

manoj_khavatkopp
Active Contributor
0 Kudos

Pallavi,

MTB cant convert Excel to XML .

You  need to use Custom module  : or handle via java-mapping.

Br,

Manoj