Python CSV handling demo
Clone this repository, then make it the working directory:
git clone https://github.com/bowmanjd/pycsvdemo.git
cd pycsvdemoRecommended: create a virtual environment and activate it. Then,
pip install -e .
python csvdemo.py -e utf-8-sig samples/sample-utf8bom.csv out/sample-transformed.csvIf you installed in a currently active virtual environment, as recommended above, you can use a shorter form:
csvdemo -e utf-8-sig samples/sample-utf8bom.csv out/sample-transformed.csv
Please feel free to submit pull requests and/or open issues.
Copyright 2020 Jonathan Bowman. All documentation and code contained in this repository may be freely shared in compliance with the Apache License, Version 2.0, and is provided “AS IS” without warranties or conditions of any kind.