Skip to content

priyansi032005/Convert_JSON_to_CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON to CSV Converter

This script take a json file as input and generate a csv file in output. The JSON to CSV converter transforms JSON data into CSV format, making it easier to analyze or migrate structured data between systems.

Convert a JSON file into a CSV Format

Overview

This Python mini-project aims to convert JSON data to CSV format. It provides a simple and efficient way to transform structured data, making it easier to analyze or migrate data between different systems.

Features

  • JSON Input: Read JSON data from a local file or an API endpoint.
  • CSV Output: Convert the JSON data into a CSV file.
  • Data Transformation: Handle nested JSON objects and arrays to flatten the data for CSV.

Prerequisites modules

  • json
  • Run pip install json to install required external modules.

How to run the script

  • Execute python3 converter.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages