I’m creating a flat file and when I convert it to a string the record tags are getting written out over some of the data.
My layout is header,line,trailer.
I can have multiple headers which can have multiple lines and the trailer is at the end.
my out put is kind of like this
Header1316
Line
Header3723
Line
Header0003
Line
Trailer
I’d like to get rid of the record identifiers. I’ve done some reading and searching but can’t figure out how to “turn off” the record tags. Most of our work is with XML so this is new to me.
thanks in advance,
Chris