cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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>

0 Likes
View Entire Topic
Former Member
0 Likes

Shai,

You can do it very easily. In content conversion you specify the total maximum length of the line then it picks up the entire row. Also specify the endseparator as 'nl' so that if it has second line it picks up the entire second line.

But you have to give maximum length for the row of the file.

---Satish