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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 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.