Greetings all. Its been some years since I did anything in QB.
I need to manipulate a txt file so it can be imported into MSAccess.
Problem:
The file is already comma delimitted, however each line of text contains multiple records.
I need to insert a after every 35 commas (fields), before I can import the data into MSAccess.
The txt file is rather large (>20 megs) and manually inserting a when needed is not an option.
Any assistance is appreciated!
Moe
Read a character at a time. Write that character to a new file. Count every comma and at 35 output a instead of the comma.
WaltP
Posting Sage w/ dash of thyme
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944