Results 1 to 5 of 5

Thread: Rearranging .txt files

  1. #1
    Join Date
    Apr 2008
    Posts
    33

    Rearranging .txt files

    I exported from my vBulletin forum about 80,000 emails to be able to put in my newsletter. The files. txt containing the email format is so...

    prova@prova.com ciccio@ciccio.com test@test.com prova@prova.com ciccio@ciccio.com test@test.com prova@prova.com ciccio@ciccio.com test@test.com prova@prova.com ciccio@ciccio.com test@test.com prova@prova.com ciccio@ciccio.com test@test.com .........
    How do I replace each space with a head? in order to have a mail for each line?

  2. #2
    Join Date
    Jun 2006
    Posts
    623

    Re: Rearranging .txt files

    Import them to excel file. Then make as you would like.

  3. #3
    Join Date
    Apr 2008
    Posts
    33

    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.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    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.

  5. #5
    Join Date
    Dec 2007
    Posts
    1,736

    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.

Similar Threads

  1. Replies: 2
    Last Post: 23-02-2012, 01:15 PM
  2. stop the rearranging of icons on OS X Lion
    By Abriennea in forum Operating Systems
    Replies: 4
    Last Post: 28-09-2011, 09:24 PM
  3. Replies: 6
    Last Post: 12-07-2011, 12:17 AM
  4. Replies: 2
    Last Post: 10-06-2010, 08:21 PM
  5. Replies: 2
    Last Post: 10-06-2009, 11:16 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,022,754.54404 seconds with 16 queries