Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 595 Bytes

Build & Publish

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.