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,
I dont think the strucutre1 can be created using the sender file adapter.
***<FI_Hashav_Mail_MT>
*******<Text>ABC</Text>
***</FI_Hashav_Mail_MT>
The reason is your RecordsetStrcuture is mandatory field in the content conversion parameters and for every element in the RecordsetStructure you will need a .fieldNames as well.
You will need a strcuture like this,
***<FI_Hashav_Mail_MT>
*****<Line>
*******<Text>ABC</Text>
*****</Line>
***</FI_Hashav_Mail_MT>
Regards
Bhavesh
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 | |
| 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.