cancel
Showing results for 
Search instead for 
Did you mean: 

xml to text conversion

Former Member
0 Kudos

hi,

my source n target structure like this:

datatype->Employee 1..unbounded->Id,Name,Loc

XML file to text file content conversion parameters

RecordsetName: Employee,*

CC parameters:

Employee.fieldNames Id,Name,Loc

Employee.fieldFixedLengths 3,10,10

Employee.fieldSeparator ,

Employee.endSeparator 'nl'

The source file is being processed but no output in text format.

Let me know if I have ot add anymore parameters.

Thanks,

Anil.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try

RecordsetName: Employee

CC parameters:

Employee.fieldSeparator ,

Employee.endSeparator 'nl'

Ravi.

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi satish,

try with following paramaters,

Employee.fieldNames Id,Name,Loc

Employee.fieldFixedLengths 3,10,10

Employee.fixedLengthTooShortHandling - Cut

Employee.endSeparator 'nl'

Thanks,

Satish

Former Member
0 Kudos

Hi Satish,

Had u given the Output file name as abc.txt ( Extention as txt)

Regards,

Jayasimha Jangam

Former Member
0 Kudos

hey....

You are creating fixed lenggth flat file at receiver side,then why you are giving Employee.fieldSeparator ,.

Remove that and try again.

Thanks,

Sreedhar Goud.

Former Member
0 Kudos

HI,

Just try below values

RecordsetName: Employee

CC parameters:

Employee.fieldFixedLengths------- 3,10,10

Employee.endSeparator 'nl'

NameA.fixedLengthTooShortHandling --- Ignore

OR

Employee.fieldSeparator----- ,

Employee.endSeparator----- 'nl'

Thanks

Swarup

Edited by: Swarup Sawant on Jul 3, 2008 7:40 AM

Former Member
0 Kudos

You might be missing a structure because you are using recordset.filedNames and have not put the name of the structure.

Use this as Refference

Just go through this blogs & links.

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

regards

kummari