Especially external CSV files frequently have a header line. We should be able
to skip it.
IMPORT CSV
[ SKIP HEADER ]
[ SEPARATED BY (TAB|<character>) ]
INTO <tablename>
[ ( <columnlist> ) ]
[ VALUES ( <valuelist> ) ]
etc
Original issue reported on code.google.com by rene.de....@gmail.com on 10 Nov 2010 at 1:16
Original issue reported on code.google.com by
rene.de....@gmail.com
on 10 Nov 2010 at 1:16