cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Content Conversion

Former Member
0 Likes
210

Hi

I need to transform text file with 1 line to this xml

my line for example is ABC

is it possible to convert it with content conversion to this strucutre ? or do I have to use another node in xml?

***<FI_Hashav_Mail_MT>

*******<Text>ABC</Text>

***</FI_Hashav_Mail_MT>

another node is

***<FI_Hashav_Mail_MT>

*****<Line>

*******<Text>ABC</Text>

*****</Line>

***</FI_Hashav_Mail_MT>

View Entire Topic
Former Member
0 Likes

Hi,

Firstly you need to mention the Recordset Structure as this the mandatory filed for any file content conversion.

Also you need to for fixed length formats for the field names in this case.

For eg: consider the Recordset Structure to be Row,*

then Row.fieldNames should be mentioned as ABC,......,....(in case of more than one field name).

Also the separator for these filed names should be mentioned,so that if it has second line it picks up the entire second line.

Regards

Madhu