Hi experts,
Can someone help me with setting right Content conversion parameter in the Receiver of File adpater(FCC).The output file must be fixed length text file.
Here is the receiver structure:
<Recordset> <Header> <f1>01</f1> <f2> </f2> <f3> </f3> </Header> <Body> <SubBody1> <field1 /> <field2 /> <field3 /> <field4 /> <field5 /> </SubBody1> <SubBody2> <field6 /> <field7 /> <field8 /> <field9 /> <field10/> </SubBody2> </Body> <Trailer> <f1>03</f1> <f2> </f2> <f3> </f3> </Trailer> </Recordset>
Also Body can occure multiple times in the file but still will have this structure...Header and Trailer can occure only once in file.
What are the right content conversion perameters in this case?
Appreciate your help asap!T
Thanks
Jon