Hi Folks,
I am, unfortunately, working on a massive nasty huge cluttered mess of a flat file for a local government agencies compliance with new billing standards. Any help or suggestions would be greatly appreciated. After analyzing the nebulous and arduous task that lies ahead of me, I only come up with one way of attempting to step thru this.
The first step would be to somehow place carriage returns in specific places in the flat file. The flat file is just one continuous endless stream of about 29 different types of records. I realized that of these 29 different types of records, all running together in one flat file, there exists a unique identifier to each type of record; for instance,
ISA*
GS*
ST*
BPR*
REF*EV*
etc etc etc
and so on and so forth. Is there an easy way thru some easy code that I can run, where if one of the above listed 29 special cancatenation of characters indicating a different record type can have a carrage return applied to it before those special cancatenation of characters are reached in the huge mess of a flat file.
This would help me, as the first step, to figure out how to load this stuff ... sigh.
Thank you very much,
Joe
I am, unfortunately, working on a massive nasty huge cluttered mess of a flat file for a local government agencies compliance with new billing standards. Any help or suggestions would be greatly appreciated. After analyzing the nebulous and arduous task that lies ahead of me, I only come up with one way of attempting to step thru this.
The first step would be to somehow place carriage returns in specific places in the flat file. The flat file is just one continuous endless stream of about 29 different types of records. I realized that of these 29 different types of records, all running together in one flat file, there exists a unique identifier to each type of record; for instance,
ISA*
GS*
ST*
BPR*
REF*EV*
etc etc etc
and so on and so forth. Is there an easy way thru some easy code that I can run, where if one of the above listed 29 special cancatenation of characters indicating a different record type can have a carrage return applied to it before those special cancatenation of characters are reached in the huge mess of a flat file.
This would help me, as the first step, to figure out how to load this stuff ... sigh.
Thank you very much,
Joe