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

If CSV has header then it should be possible to use the header names as value placeholders #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

IMPORT CSV
SKIP HEADER
INTO ATABLE ( COL1, COL2 )
VALUES ( :VAL1, :VAL2 )
DATA
VAL1,VAL2
value1,value2
etc;

Original issue reported on code.google.com by rene.de....@gmail.com on 23 Feb 2011 at 6:38

GoogleCodeExporter commented 9 years ago
What about case sensitivity for these headers?

Original comment by rene.de....@gmail.com on 15 Mar 2011 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by rene.de....@gmail.com on 3 Dec 2011 at 1:19