cancel
Showing results for 
Search instead for 
Did you mean: 

upload flat file to XI(New to XI)

Former Member
0 Kudos

Procedure to upload the flatfile data to XI. If any one knows please let me know.

Accepted Solutions (0)

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

To load a FLAT file into XI, you will have to create a folder/location on your XI server where

the file can be put. You will have to configure a sender file adapter, that will pick up the file

from the corresponding location.

To see how to configure a file adapter, check the following link,

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

If your file is an XML file, then no content conversion is needed. If the file is not

an XML file, content conversion has to be performed on the sender file adapter. Check

these links for content conversion,

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

For a FILE to FILE scenario for starters, check this blog,

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

Hope this helps,

regards,

bhavesh

Former Member
0 Kudos

Hi Kumar,

For this you have to set the parameter of file content conversion parameters. I am sending you the link. This will help you.

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

Thanks and Regards

Vishal Kumar

arunneerolil
Contributor
0 Kudos

Hi Kumar,

Yes, we can upload flat files to XI.

Anyway you should convert it in to XML inorder to do processing.

Check these weblogs..

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

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

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

regards

Chemmanz