Flatfile delimiter issue

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

  1. What do you mean by “tag delimited” ?

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