Importing a CSV file into a sqlite3 database table using Python
Posted
by Hossein
on Stack Overflow
See other posts from Stack Overflow
or by Hossein
Published on 2010-05-22T11:25:58Z
Indexed on
2010/05/22
11:30 UTC
Read the original article
Hit count: 282
Hi, I have a CSV file and I want to bulk-import this file into my sqlite3 database using Python. the command is ".import .....". but it seems that it cannot work like this. Can anyone give me an example of how to do it in sqlite3? I am using windows just in case. Thanks
© Stack Overflow or respective owner