alex / csv-sql

Query your CSV files with SQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite CSV Importing

yetkinozturk opened this issue · comments

For simple CSV files, you can use the SQLite shell to import the file into your SQLite database. Native methods can be used.

http://www.sqlite.org/cvstrac/wiki?p=ImportingFiles

This is true. This is slightly simpler, and handles all cases. And was fun to write :-)