>________________________________
> From: Jason Scurtu <scu...@mail.de>
>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
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to