How do I stop the importing text file from starting in the first column of my table? My first coulumn is the counter field and this should not contain any imported data.
Without mangling the source file, I'd probably simply import into a temporary table and then use a query or something similar to move the actual data into the real table.
Alternatively, you could roll your own import routine using textStream and then place the data into your table using a TCursor. It would be some work, but the results would be faster than the original idea.
It depends on how frequently you want to do this. If this is a one-shot, I'd just do it the easy way.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.