In java it is a simple matter of reading in the data using a SQL 
statement to fetch all the data, then using a standard Java CSVWriter 
class to export that data in the proper format.
-- 

Jeff K. Steinkamp (N7YG)
Tucson, AZ
Scud Missile Coordinates
N32.2319 W110.8477

<https://www.postbox-inc.com/?utm_source=email&utm_medium=siglink&utm_campaign=reach>


> Thomas Morris <mailto:morristc at me.com>
> Sunday, December 6, 2015 11:44
> I recently took over a Java based application that has SQLite embedded 
> and now I need to export the database into a CSV format. Reading 
> online, I have found that using (dot)mode csv, or any (dot) command is 
> not possible when SQLite is embedded, simply due to the (dot) commands 
> being for use within the shell. Is there an alternative way to export, 
> other than by using (dot) mode, or am I simply out of luck?
>
> Thomas
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
>

Reply via email to