Skip to content

nalindas9/avro-schema-to-csv

Repository files navigation

avro-schema-to-csv

License:MIT

About

Avro schema to CSV converter. PyPi Package can be found here. (Developed and published using setuptools, wheel, twine and tqdm)

Output

avro_to_csv.mp4

System and library requirements

  • avro-python3==1.9.1
  • pycodestyle==2.8.0

How to Run

  1. Clone this repo.
  2. Navigate into the folder avro-schema-to-csv
  3. Create and activate Virtual Environment
  4. Upgrade pip using python -m pip install --upgrade pip.
  5. Install requirements.txt using command pip install -r requirements.txt
  6. To run the code, from the terminal, run the command python3 main.py --file <path to your .avsc Avro Schema File>
  7. The converted CSV file is stored in the csv folder.

About

Avro schema to CSV converter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages