bhargavnova / python-helper-modules

MIT License
7 stars 24 forks source link

Added nested json_to_csv convertor #63

Closed onkar-kota closed 8 months ago

onkar-kota commented 8 months ago

Description

This a Python script allows you to convert json file to csv file and save them to a specified directory. It uses json and csv library to process json files and do manupulations accordingly.

Fixes #33

Type of change

How Has This Been Tested?

The script has been tested using provided json_data and successfully run locally.

image