nikhilparchure
Programmer
Hi ,
I had an txt file extract which extracted records as
H 000 123 5566
DE 2342 2342 2342 243
T 1321 2423 2424
After every grouped record there was a CRLF feed character as the de-limiter.
The requirement has changed to output the file in
below given format..
H 000 123 5566 DE 2342 2342 2342 243 T 1321 2423 2424
This is sample record which consists of a single detail
record.(DE 2342 2342 2342 243)
But in actual the number transactions(detail records) could be in large.
Is there a limitation on the length of the record for a single line of record in a txt file.
Regards
Nik.
I had an txt file extract which extracted records as
H 000 123 5566
DE 2342 2342 2342 243
T 1321 2423 2424
After every grouped record there was a CRLF feed character as the de-limiter.
The requirement has changed to output the file in
below given format..
H 000 123 5566 DE 2342 2342 2342 243 T 1321 2423 2424
This is sample record which consists of a single detail
record.(DE 2342 2342 2342 243)
But in actual the number transactions(detail records) could be in large.
Is there a limitation on the length of the record for a single line of record in a txt file.
Regards
Nik.