Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I am working on a tag delimited flat file structure.Can anyone please suggest me how to create a flat file with the below flat file structure.
HDR{field1}{field2}{field 3} field4,{field5} LINE{field1}{field2}
HDR is the header record id and LINE refers line item
With Regards Sweta
If I assume that you will be using delimiters to separate the fields, then the FF structure will be like this:
HDR+aaaaaaaa+bbbbbbb+ccccc+ddddd+eeeeee; LINE+xxxxxx+yyyyy;
Settings for FF Schema Field delimiter: “+” Record delimiter: “;”
Kind Regards Ryo
Sweta,
Are you expecting a “tab delimited” file from your comments not tag a typo?
HTH, RMG