Hi,
Thanks for your reply.
Let me explain the flatfile structure I want to create.
I have to create a flat file whose structure should look like below.
I will get all the data from an XML. I need to convert it like below flatfile .
Rec1- fixedfixedfixed08variablefixedfixed
Rec2- fixedfixedfixed00fixedfixed
Fixed-----Fixed length field
Variable—Variable length field, whose length will be determined by the preceding field of variable field.
08—8 Bytes
00–0 Bytes
It contains No record Identifiers.
There is a field in between the record which specifies the size of the following variable field. If it is 00, means no variable field. Then the next fixed fields should shift positions back as in Record 2.
Could you please suggest how to define a ffschema for these kind of files.
Thanks & Regards,
Srinivas
#Integration-Server-and-ESB#webMethods