>________________________________
> From: Jason Scurtu <[email protected]>
>Sent: Thursday, 16 October 2014, 14:42
>Subject: [Vala] open and read a csv file
>
>
>Basicly, I want to open a csv and write the data to a SQLite database
>Just remembered you can import CSV straight into SQLite with the import
>command - see http://www.sqlite.org/cvstrac/wiki?p=ImportingFiles
In Vala I would try something like:
database.exec( ".import your.csv temp_table_for_cleaning" );
Al
_______________________________________________
vala-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/vala-list