C
Chris A.
I'm trying to import a large .txt file and the data is
fixed width. The problem is, there is no carriage return
at the end of each data row which is 182 character long.
It's all just one long string and it's huge.
How can I import this data?? Is there a way to force the
import to start a new import row in the table after a
certain length (182 characters)? I also want to skip the
first 182 characters which is the header information.
Thanks.
-Chris
fixed width. The problem is, there is no carriage return
at the end of each data row which is 182 character long.
It's all just one long string and it's huge.
How can I import this data?? Is there a way to force the
import to start a new import row in the table after a
certain length (182 characters)? I also want to skip the
first 182 characters which is the header information.
Thanks.
-Chris