Need a program to manipulate txt files.

Status
Not open for further replies.

bindasj

Junior Member
Joined
Dec 28, 2008
Messages
140
Reaction score
27
Hi. I have 25 txt files each with 50 lines of text.

I would like a program to grab line 1 of every txt file and make a new txt file. Grab line 2 of every txt file and make a new txt file. Grab line 3 of every txt file and make a new txt file. Etc.

This program should be compatible with any number of txt files of any number of length. If there is a difference in length, that txt file should just be skipped.

So if txtfilea.txt has
A
B
C

and txtfileb.txt has
A
B

Then
1.txt is
A
A
2.txt is
B
B
3.txt is
C

I hope this is well understood. I have a further txt manipulation program needed after this one, if the coder does a good job and the price is right. I've paid for a similar program in the past and hope to find someone to do a great job like the previous one.

Please PM me.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top