cancel
Showing results for 
Search instead for 
Did you mean: 

Sub Structure

former_member182412
Active Contributor
0 Kudos

Hi Friends,

my File is like this.

aa,bb,cc,dd,ee

can we make two substructures in one row,that means aa,bb,cc in one sub structure and dd,ee in another sub structure.

Finally my xml structure is like this.

<root>

<sub1>

<aa>...</>

<bb>..</b>

<cc>...</c>

</sub1>

<sub2>

<dd>...</dd>

<ee>....>/ee>

</sub2>

</root>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ididn't get your question right.

but as per my understanding, Yes, you can but you need to use content conversion during configuration time.

Regards,

Gourav

--

<i>Please reward points if it helps you</i>

Answers (1)

Answers (1)

Former Member
0 Kudos

hi praveen,

we can create two substructures in a single row. specify the parameter RecordsetStructure in content conversion as

RecordsetStructure: sub1,,sub2,

detailed configuration steps are mentioned in the below blog

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

Kind Regards

Francis