Friends,
i have a file structure in receiver as below-
<FH>fileHdearData</FH>
<BODY>
<SUB>subBodyData</SUB>
</BODY>
<FT>fileTrailerData</FT>
Whenit is filled with it would look similar to as below-
<FH>fh</FH>
<BODY>
bd
<SUB>sb</SUB>
</BODY>
<BODY>
bd
<SUB>sb</SUB>
</BODY>
<FT>ft</FT>
The configuration in receiver file channel with FCC gives me below output, which is not as expected-
fh
bdsb
bdsb
ft
The expected one is as below-
fh
bd
sb
bd
sb
ft
Can someone help me in this case?
Also,
1. Is Conversion of hierarchical structure possible?
Meanwhile i have refered to below blogs as well.
File Adapter (Receiver) - Are we "really" sure about the concepts? - which i found true in my case.
For your reference the output that i am getting is as per blog - http://wiki.sdn.sap.com/wiki/display/XI/FCCForHierarchicalStructureinReceiverChannel
Thanks in advance,
Vishal K