Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

csv_processor-1.0.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page