Avro schema to CSV converter. PyPi Package can be found here. (Developed and published using setuptools, wheel, twine and tqdm)
avro_to_csv.mp4
- avro-python3==1.9.1
- pycodestyle==2.8.0
- Clone this repo.
- Navigate into the folder
avro-schema-to-csv
- Create and activate Virtual Environment
- Upgrade pip using
python -m pip install --upgrade pip
. - Install requirements.txt using command
pip install -r requirements.txt
- To run the code, from the terminal, run the command
python3 main.py --file <path to your .avsc Avro Schema File>
- The converted CSV file is stored in the
csv
folder.