csv_utils
are a suite of CSV modules for working with csv (delimited) files.
Current list of modules includes...
Allows for loading a csv file, and provides functions for updating 1..n rows.
Example(s)
{{insert examples here}
This utility allows you to create templated files from a CSV. The utility uses the Jinja template engine. Click here for more details on how to create Jinja templates.
Example(s)
python3 csv_utils/csv_jinja.py -c /tmp/example.csv-t templates/patient-resource-delete.j2
With git:
git clone https://github.com/dmorand17/csv_utils
cd csv_utils
virtualenv venv OR mkvirtualenv <env>
source venv/bin/activate OR workon <env>
pip install -r requirements.txt
With pip (not yet implemented):
pip install csv_utils
pip install -e .