Hi
Use this in your FCC
RecordSet Structure : empdetails, company
empdetails.fieldNames : empname, empid
empdetails.fieldFixedLengths for fixed length files or empdetails.fieldSeaprator for files where we have field separator ( pipe, comma ,tab ).
empdetails.endSeparator : 'nl'
company.fieldNames : companyname, companycode
company.fieldFixedLengths or company.fieldSeparator
company.endSeparator : 'nl'
example:
Thanks,
Indrajit