I want to remove the Tab fields from the Text File I am importing. The file is a ASCII text file, but when I use READLINE to get the data it is reading in the TAB code. How can I remove the Tab code from the import??
Example of the Text File :
A_MASTERID 546
A_FNAME Fred
A_MI
A_LNAME Milner
...
- Jason Milner
Example of the Text File :
A_MASTERID 546
A_FNAME Fred
A_MI
A_LNAME Milner
...
- Jason Milner