yuva2achieve / solidbase

Automatically exported from code.google.com/p/solidbase
Apache License 2.0
0 stars 0 forks source link

Export CSV functionality #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We have IMPORT CSV.

But I want EXPORT CSV too.

EXPORT CSV
[ WITH HEADER ]
[ SEPARATED BY (TAB|<character>) ]
TO FILE "<filename>" ENCODING "<encoding>"
SELECT ... <current delimiter>

This will only add double quotes to a value if needed.

Would be nice if the script could be parameterized, but that's another issue.

Original issue reported on code.google.com by rene.de....@gmail.com on 7 Jul 2011 at 10:27

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

Original comment by rene.de....@gmail.com on 6 Apr 2012 at 2:07