how can I ignore certain input lines with text importer?

Kent

Member²
I am using the text importer to parse and insert web server log files into a table. However, the log files have comment lines at random locations within the file that begin with '#'. Is there a way to tell the text importer to ignore lines in the input file that begin with a certain character?

thanks.
 
This is currently not possible. You would need to preprocess the import file with a macro editor first.

I have added this to the list of enhancement requests though.
 
Back
Top