cancel
Showing results for 
Search instead for 
Did you mean: 

Sender File Adapter FCC to Hierarchial MT Coversion

former_member189354
Contributor
0 Kudos

Hi,

I have MT with structure as follows

Header 1..1

F1 string 1..1

F2 string 1..1

SUB 1 to unbounded

S11 string 1..1

S12 string 1..1

Can you anybody help me out how to convert the a CSV file to Convert the structure mentioned above using sender File Adapter FCC.

Regards,

Daniel.LA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There is no suc h direct way to get the data from csv fiel with conversion.

Either you can use JAVA Mapping for it or use the adapter module to read csv files.

How to process CSV data with XI file adapter

/people/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter

"JAVA MAPPING", an alternate way of reading a CSV file

/people/rahul.nawale2/blog/2006/07/18/java-mapping-an-alternate-way-of-reading-a-csv-file

There is one way that you could bypass IR (Integration Repository) for any type of files, see below link

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Making CSV File Lookup Possible In SAP XI !!!

/people/sundararamaprasad.subbaraman/blog/2005/12/09/making-csv-file-lookup-possible-in-sap-xi

This will help you

Thanks

Swarup

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Daniel,

Could you tell us how your CSV file looks like? -- Some sample data.