cancel
Showing results for 
Search instead for 
Did you mean: 

File2File

Former Member
0 Kudos

Hi Group,

How to process Tab delimeted(or any delemeted) File in XI using FIle2File scenario.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Also u can use the ContentMaster to convert it to xml or xml to flat file

it's very convenient

u can check the links:

http://help.sap.com/saphelp_nw04/helpdata/en/43/4c38c4cf105f85e10000000a1553f6/frameset.htm

i hope it can help u much

Former Member
0 Kudos

you need to specify these delimiters in content conversion. So, choose protocol as "File Content Conversion" in your file sender adapter.

In the file content conversion, you need to specify

Document Name (this is your message type of the input)

Document Namespace(optional)

Recordset Name

Record structure

key field

and you need to specify the delimiters as follows

header.fieldSeparator = '0x90' (for tab) or you can give comma(,) or # as delimiter

where header is the name of strcure you define in the Message Type(data type).

--Archana

moorthy
Active Contributor
0 Kudos

Hi,

check this blog- /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

Regards,

Moorthy