sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

SKIP HEADER when doing CSV IMPORT #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed by r579.

Original comment by rene.de....@gmail.com on 10 Nov 2010 at 2:29