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
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
The This way, you also have control over what types are inserted, rather than relying on sqlite3's seemingly undocumented behaviour. |
|||||||||||||
|
|
Many Thanks for bernie's answer! Had to tweak it a bit - here's what worked for me:
My text file (PC.txt) looks like this:
|
|||
|
|