cancel
Showing results for 
Search instead for 
Did you mean: 

FCC

Former Member
0 Kudos

Hi,

how to convert this file in to xml,by using fcc?

"12345","6789",9.45,9.45,9.45

"12345","6789",3.45,3.45,3.45

"12345","6789",40.26,40.26,40.26

Rgrads,

rao

Accepted Solutions (1)

Accepted Solutions (1)

former_member556603
Active Contributor
0 Kudos

Hi Rao,

File content conversion sites

/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/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

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

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

/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/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/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

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

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

Thanks,

Satya Kumar

Reward points if it is useful...............

Answers (3)

Answers (3)

Former Member
0 Kudos

h

Former Member
0 Kudos

hi,

Give Require Document Name,Document Namespace,Recordset Name,Recordset Namespace...

Give a parameters NameA.fieldSeparator is "," and NameA.fieldNames"required",

NameA.endSeparator "nl"...

*Award Points If its useful*

Regards,

Prakasu

Former Member
0 Kudos

Hi all,

can anyone explain how can we proceed for this flatfile?

regards,

rao

former_member556603
Active Contributor
0 Kudos

Rao,

Go through this blog,,,U got a clear picture

/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

Thanks,

Satya Kumar..

Edited by: SATYA KUMAR AKKARABOYANA on Apr 21, 2008 4:49 PM

Former Member
0 Kudos

hi,

create a data type, message type, message interface in IR ..

use the message type name,namespace as a document name and namespace..

Give any name in record set name...

Give the name for record set structure..Ex..if u have a structure

Emp_Details

Details

f1

f2

then Give ur Record set structure name Details,*...

Under the name Details.fieldSeparator select the value ",".

Details.fieldNames select the value "f1,f2"..

Details.endSeparator select the value "nl"

ignoreRecordsetName select the value "true"...

*Award Points If its useful*

Regards,

Prakasu

former_member556603
Active Contributor
0 Kudos

Rao,

Go through this very useful link for u r requirement..

http://www.riyaz.net/blog/index.php/2008/02/20/xipi-file-content-conversion-for-complex-structures/

Thanks,

Satya Kumar

Reward if it is useful..

Former Member
0 Kudos

Hi,

Take help from this Blog

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

Regards

Seshagiri