Re: Rearranging .txt files
Import them to excel file. Then make as you would like.
Re: Rearranging .txt files
I tried to open the txt with excel and practically makes me an email for each column, now do I put in a row and then revert in txt?
PS: Still believe that I excel cuts a large part of email. Can not have 80,000 columns for all emails.
Re: Rearranging .txt files
This is an issue of programming. Then will go into the different section.
Create a simple script in VB6 (or VB.NET or C #) is easy. Get your file.txt, the laws as just a txt file and, for each stream you go to look for space with the INSTR and then, "playing" with the indices, will be able to recover e-mail addresses.
Re: Rearranging .txt files
I do a program in quicbasic. Open the file in binary mode fetch character by character instead of $ chr (32), in which the space include $ chr (13), which is the return. Clearly broadly. With these antiquated systems, I was able to retrieve several things.