Can you recommend a good text file splitter?

Discussion in 'Products & Tools' started by roweis, Mar 30, 2008.

  1. #1
    Hello!

    I have a text file with a list of about 6,000+ keywords and would like to split this text file into several smaller text files, with about the same number of keywords each. I know there is software that can do that very quickly
    (doing it manually would be very tedious, especially if I want to split this file into 10 or 15 smaller files). Does anyone know what software I can use and
    where I can find it?

    Thank you very much for your help,

    Best Regards,

    Robert
     
    roweis, Mar 30, 2008 IP
  2. kmofo

    kmofo Active Member

    Messages:
    442
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    85
    #2
    Open your file with MS Excel. You can do the splitting easily and then export your smaller files as text.
     
    kmofo, Mar 31, 2008 IP
  3. roweis

    roweis Member

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    Thank you for your advice. I do have Excel, but very little experience in using it. I wouldn't know how to do what you describe.

    Regards,
    Robert
     
    roweis, Mar 31, 2008 IP
  4. adda4u

    adda4u Well-Known Member

    Messages:
    1,003
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #4
    thanks for advicw
     
    adda4u, Mar 31, 2008 IP
  5. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #5
    split on linux/unix is your best friend :)
     
    jitendraag, Apr 2, 2008 IP
  6. 020788

    020788 Member

    Messages:
    25
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #6
    The best tool for that job would be Keyword Controller - it lets you break up a list of keywords in a number of different ways so you can get it to break your list of 6,000 into random amounts, set amounts or just about anything else in between!

    I should know - I wrote it! :rolleyes:

    Link's below.

    Regards

    Rufus
     
    020788, Apr 4, 2008 IP
  7. freeadlists

    freeadlists Guest

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    For ASCII files: Split lines -- This example splits a document into 1000 line segments.

    # split -l 1000 FileToBeSplit

    Put back together

    # cat x* > FilebackToether
     
    freeadlists, Apr 6, 2008 IP