cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in content conversion in file - xi - file scenario

Former Member
0 Kudos

Hi there,

could you please give some help? I am getting stuck.

here, my problem (last response):

Besta regards,

david

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi david

Please use the following parameter at the sendeer side to convert an text file into xml file

RECORD.fieldSeparator :,

RECORD.fieldNames :KEY,FNAME,LNAME,AGE

RECORD.keyFieldValue :1

DETAIL.fieldSeparatr :,

DETAIL.fieldNames :KEY,SALARY,EMPID

DETAIL.fieldNames :2

Note:these parameters are accoding to the structure given below.

suppose you have a structure like as below

data (0..unbounded)

record (0..unbounded)

key (1..1)

fname (1..1)

lname (1..1)

age (1..1)

detail (0..unbounded)

key (1..1)

salary (1..1)

empid (1..1)

and the input file will look like as below

1,aaa,bbb,23

2,12000,10838

1,ccc,ddd,23

2,13000,10830

if you still have the problem please reply me back so that i can solve your problem.

Thanks

Rinku