Python 3+ CSV file processor
Project description
Python csv processor
The csv-processor is a python package that turns a csv into various formats.
It supports the following conversions:
- CSV - SQLite
- CSV - Json
Installation
If not already install pip
Install the package with pip or pip3:
pip install csv-processor
Usage
Example:
from csvprocessor.csvtodb import Converter
csvfile = "path/to/your/file"
converter = Converter(csvfile)
converter.output() -> "db.db"
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
csv-processor-1.0.0.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file csv-processor-1.0.0.tar.gz.
File metadata
- Download URL: csv-processor-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
297e9b54a4da35ddc49a4d99bd131bbd32edcefb1e1d44ac0719e296fb2c9a9c
|
|
| MD5 |
a424620a0ed631a471cc0195afc25112
|
|
| BLAKE2b-256 |
369dce9514f0592ed88aadfc902620b94abd8c9419a24b35bcd5f0951ee09464
|
File details
Details for the file csv_processor-1.0.0-py3-none-any.whl.
File metadata
- Download URL: csv_processor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9453b8e9c98c2a2a2aace924682d3e45f123c9d43d05cea53578b8e5c4a828a
|
|
| MD5 |
27975cfa827e343a5f8b27041c7aeaa7
|
|
| BLAKE2b-256 |
807962dc491e353445684b79f1e2f73b3d80ecd0ac060a0f2baee468f59c5a02
|