cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion Parameters in FIle Adapter

Former Member
0 Kudos

Hi

I am doing a scenario - XML file to Text file using File content conversion parameters in Receiver File Adapter Channel.

I given FCC Parameters like:

DATA.addHeaderLine - '0'

DATA.fieldSeparator - ,

DATA.endSeparator - 'nl'

But im getting error in Receiver File Adapter as - fieldSeparator not specified.

i would be greatful if any one help me.

Regards

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

DATA.addHeaderLine - '0' is not required

Answers (3)

Answers (3)

Former Member
0 Kudos

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

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

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

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC

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

/people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File

Regards

Chilla..

Shabarish_Nair
Active Contributor
0 Kudos

delete the line where you have mentioned DATA.fieldSeparator - , and try to put it there again. Also note that there shouldnt be any spaces after/before the keywords .

former_member192798
Active Contributor
0 Kudos

Hi Rajesh,

You need to specify the field separator in quotes:-

fieldSeparator = ','

Regards.

Praveen

Former Member
0 Kudos

HI

Can u send me Conversion parameters which required, while sending an XML FIle to a Text File.

former_member192798
Active Contributor
0 Kudos

Hi Rajesh,

There are lot of blogs which explain File Content Conversion in different scenarios:-

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

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

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

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

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

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

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/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

I hope this helps.

Regards.

Praveen

Former Member
0 Kudos

rajesh

just add these two toour scenario.

DATA.fieldSeparator :","

DATA.endSeparator: "nl"

your scenario should work

regards

Sreeram.G.Reddy