Skip to Content
0
Former Member
Aug 25, 2011 at 10:52 AM

File Creation In the specified structure.

32 Views

Hi,

The structure of my interface is as shown below:-

Input Structure:

occurrance

<Header/> ==> 1

<Recordset> ==> 0...*

<Master/> ==> 0...*

<Detail/> ==> 0...*

<Contact/> ==> 0...*

<Earning_History/> ==> 0...*

<TAMS/> ==> 0...*

<Recordset/>

<Trailer/> ==< 1

Output Structure:

<Header/> ==> 1

<Master/> ==> 0...*

<Master/>

<Detail/> ==> 0...*

<Detail/>

<Contact/> ==> 0...*

<Earning_History/> ==> 0...*

<TAMS/> ==> 0...*

<Trailer/> ==< 1

The output structure will not contain the Recordset Tab.

The structure must be as shown above.

How is this possible without Java mapping ?