Skip to content

Python script to convert between JSON and CSV files

License

Notifications You must be signed in to change notification settings

HMukdadi/json-csv-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-csv-converter

Python script to convert between JSON and CSV files

Table of Contents

Installation

This script requires Python to be installed on the local machine. Please visit Python.org to install or type python3 --version to verify it is already installed.

Once Python is installed, clone the project or download the ZIP file and extract manually.

Usage

Place a JSON or CSV file within the same directory as the script. The JSON file must be an Array of Objects or Multidimensional Array.

Navigate to the directory where the script exists and begin by typing python3 json-csv-converter.py

Enter the name of the file (include the extension) when prompted.

The script will convert the file, creating a new file with the same basename. If the converted file's name exists a (1) will be added to the basename of the converted file.

Support

Please open an issue for support.

About

Python script to convert between JSON and CSV files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%