on ‎2007 Jan 09 3:18 PM
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>
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.