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

Content Conversion

Former Member
0 Likes
197

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
bhavesh_kantilal
Active Contributor
0 Likes

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