Skip to content

erikaleigh/golang-json-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSON to CSV Converter

This module takes in multiple .json files, and converts them to a single .csv file.

Built with Golang.

Setup and Usage

Build

go build cmd/main.go

To use

  • Remove example .json files from the files/json folder, and add the .json files to be converted
  • Run the script with go run cmd/main.go
  • The output .csv file will be in the files/csv folder

About

JSON to CSV converter built with Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages