I am given a text file; space delimited; with a date as the first field. Dates with a one digit month such as 71199 leave a space in the first column and the OpenText method screws up because it takes that first space as a delimiter. Any way around this? Note: I have no control over the format of the text file I am given and cannot not get it in any different form. I also would like to avoid massaging the text file before using OpenText because of speed considerations.
Thank You
Thank You