air1access
Technical User
I have searched and searched... I cannot find anything that I can make work for me..
I have a huge text file (about 4mil lines/records). I like to break it up into smaller text files, in the same location.
Something like read the first 200,000 lines of the original, write that to a new text file, then pick up on line 200,001 of the original, read the next 200,000, then write that to another new text file - so on & so on until its done.
Any examples out there..? Any suggestions..?
Thanks in advance..!!!
I have a huge text file (about 4mil lines/records). I like to break it up into smaller text files, in the same location.
Something like read the first 200,000 lines of the original, write that to a new text file, then pick up on line 200,001 of the original, read the next 200,000, then write that to another new text file - so on & so on until its done.
Any examples out there..? Any suggestions..?
Thanks in advance..!!!