I have a massive text file at work that is setup as one long string of text. Basically, it's a simple text file you can open in notepad with a string of text of a bunch of different accounts.
We are looking through the data for accounts only with a certain string sequence in them. Say, JK101. Once we find JK101 we then have to back track and fine the start and end of the account. JK101 is always in the middle and the accounts always start and end with CP00 but because they are all in one giant string and the file is HUGE it would take quite a lot of man hours to CTRL-F and go through each thing individually to find all the data.
Does anyone know of a program out there that can go through the text and once it finds JK101 parse out that information to another notepad/word/excell/ whatever document?
If I only knew how to program I'm sure it wouldnt be too difficult, but through my searching on google so far I have not found a parser yet that will allow for a start and end input that I would need.
Any help would be greatly appreciated.
Thanks a bunch!
We are looking through the data for accounts only with a certain string sequence in them. Say, JK101. Once we find JK101 we then have to back track and fine the start and end of the account. JK101 is always in the middle and the accounts always start and end with CP00 but because they are all in one giant string and the file is HUGE it would take quite a lot of man hours to CTRL-F and go through each thing individually to find all the data.
Does anyone know of a program out there that can go through the text and once it finds JK101 parse out that information to another notepad/word/excell/ whatever document?
If I only knew how to program I'm sure it wouldnt be too difficult, but through my searching on google so far I have not found a parser yet that will allow for a start and end input that I would need.
Any help would be greatly appreciated.
Thanks a bunch!