Hi,
I'm importing data from a text file which has 4 fields of type "text", "number", "number", "number".
I can easily import this data without any problem using an import specification.
However, I would like to be able to IGNORE any blank lines or lines which begin with a special comment character (in my case a '#'). Up until now I've had to strip out any comment/blank lines manually before performing the import.
Any thoughts or suggestions?
Thanks in advance for any help!
-- Dan
I'm importing data from a text file which has 4 fields of type "text", "number", "number", "number".
I can easily import this data without any problem using an import specification.
However, I would like to be able to IGNORE any blank lines or lines which begin with a special comment character (in my case a '#'). Up until now I've had to strip out any comment/blank lines manually before performing the import.
Any thoughts or suggestions?
Thanks in advance for any help!
-- Dan