cancel
Showing results for 
Search instead for 
Did you mean: 

complex file receiver content conversion

Former Member
0 Kudos

Hi

My challenge is to change this xml structure to a flat file structure using content conversion in a file receiver adapter. My problem is, that I have a record within a record and both records can occur multiple times:

<statusUpdate_response>

<ProcessID/>

<SenderSystem/>

<Results>

<ResultList> (0..unbound)

<OKKode/>

<Reference/>

<Result/>

<ResultDetail> (0..unbound)

<TYPE/>

<ID/>

<NUMBER/>

</ResultDetail>

</ResultList>

</Results>

</statusUpdate_response>

Any suggestions?

Maybe some sort of xml flattener before doing the content conversion would do the trick, but then again how is that to be done?

BR MIkael

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

a small trick might help - /people/shabarish.vijayakumar/blog/2010/01/14/file-conversion-using-nodeception

Also do read - /people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Did you see these links? This might be helpful.

/people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts