DhanushNehru / Python-Scripts

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

Python Script: JSON to CSV #188

Closed onkar-kota closed 11 months ago

onkar-kota commented 11 months ago

Objective

Develop a Python script that converts JSON (JavaScript Object Notation) data to CSV (Comma Separated Values) format. This script will provide a convenient way to transform structured JSON data into a tabular format that can be easily opened and manipulated in spreadsheet software.

Features

onkar-kota commented 11 months ago

Hey @DhanushNehru can you please tag this issue for hacktoberfest and assign me!

onkar-kota commented 11 months ago

Hey @DhanushNehru please check my PR #189