DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
185 stars 114 forks source link

Added json_to_csv file (issue #188) #189

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 #188

Type of change

How Has This Been Tested?

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

DhanushNehru commented 8 months ago

@onkar-kota can you update the main Readme.md as well?

onkar-kota commented 8 months ago

Hey @DhanushNehru updated main readme file, can you review it.