DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks

Home Page:https://dhanushnehru.github.io/Python-Scripts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Script: JSON to CSV

onkar-kota opened this issue · comments

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

  • Convert JSON to CSV: Implement functionality to read JSON data and export it as a CSV file.
  • Handle Nested JSON: Ensure that the script can handle nested JSON structures and appropriately flatten them for CSV representation.
  • Configurable Mapping: Allow users to specify custom mappings or select specific fields from the JSON data for inclusion in the CSV file.

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

Hey @DhanushNehru please check my PR #189