Convert Gilson CSV files to JSON
Project description
uv2json
uv2json
is a python script that converts Gilson GX-270 exported CSVs to JSON format
Installation
pip install uv2json
Usage
As a console script
uv2json <path/to/csv/files>
As a module
from uv2json import uv2json as uv
uv.convert('path/to/filename') # Accepts single file or list of files.
The script will make a JSON file in the same location with the same name.
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
uv2json-1.0.3.tar.gz
(14.4 kB
view hashes)
Built Distribution
uv2json-1.0.3-py3-none-any.whl
(15.0 kB
view hashes)