Skip to content

Simple program to convert a file containing a single JSON object to a CSV file.

Notifications You must be signed in to change notification settings

nicolajv/json-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON To CSV

Simple program to convert a file containing a single JSON object to a CSV file.

Usage

Install the dependencies:

go mod tidy

Run the program:

go run main.go --file <path-to-json-file> --key <key> --value <value> --output <path-to-output-csv-file> --exclude-keys <comma-separated-list-of-keys-to-exclude>

About

Simple program to convert a file containing a single JSON object to a CSV file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages