B
b_lwalker
Hi,
I've created an import specification that will import a .csv file into
a table. It works just fine except that the program (our print
tracking software) that creates the .csv file will put the header
information in the first three rows, and the last three rows are
miscellaneous information too.
This generates an error tabble on import, even though the data I want
imports fine.
What I want to do is 'catch' the data on import, filter out the
useless stuff, then transfer it into the table.
Any ideas on how to do this in VB (or via a query)?
I've created an import specification that will import a .csv file into
a table. It works just fine except that the program (our print
tracking software) that creates the .csv file will put the header
information in the first three rows, and the last three rows are
miscellaneous information too.
This generates an error tabble on import, even though the data I want
imports fine.
What I want to do is 'catch' the data on import, filter out the
useless stuff, then transfer it into the table.
Any ideas on how to do this in VB (or via a query)?