A script that processes the input CSV files and copies them into a SQLite database.
Project description
This is a simple script that takes CSV files as input and copies their contents into a SQLite database. . (Column names are taken from the headers (first row) in the csv file.) Intended for Python 3. (I know it did run on Py2 as some people tried, but I haven’t tested it.)
Source: https://github.com/zblesk/csv-to-sqlite
PyPI: https://pypi.org/project/csv-to-sqlite/
Related blog post + how-to: http://zblesk.net/blog/csv-to-sqlite/
Installs via
pip install csv-to-sqlite
To find out more, run
csv-to-sqlite –help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file csv-to-sqlite-1.1.0.tar.gz
.
File metadata
- Download URL: csv-to-sqlite-1.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.21.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
45b185993328092f3df32fa0150ab85b63d117d32667dcc5f25277d444ba73b2
|
|
MD5 |
5526f434b2be9f6f1838ac5ef078bd1a
|
|
BLAKE2b-256 |
6016d2e7b8df32c0dafa82c38862f8bcdbb9237a1a9308f196278301279b4157
|
File details
Details for the file csv_to_sqlite-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: csv_to_sqlite-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.21.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4dacc9dcd13c1b3ed885676a59ecf774a59983835baadeabcfb7870499641299
|
|
MD5 |
b88f931670e02f861d43234d57831aeb
|
|
BLAKE2b-256 |
77f5e82e28f8104f94c40ec4d7434e15072a7af96ae74d4823b794c5613715dd
|