Skip to content

Dev79844/cli-cv2json-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cv2json

A CLI tool in Go that converts CSV files to JSON format, simplifying data transformation.

To run the tool:

Clone the repo:

git clone https://github.com/Dev79844/cli-cv2json-golang.git

Build the program binary:

go build cv2json.go

Now you can use the binary file to convert a csv file to json

./cv2json example.csv

You can add --pretty flag to get output with indentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages