Skip to content

janapc/convert-csv-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert-csv-json

Last commit Language top Repo size

Project   |    Requirement   |    Run Project   |    Technologies

Project

Convert files csv in json and files json in csv

Requirement

To this project your need:

Run Project

Run this commands in your terminal:

## run this command to install dependencies:
❯ go mod tidy

## run this command to convert files csv to json
❯ go run main.go convert-to-json -p="../test.csv" -s=";" -d="../tmp/test.json"

## run this command to convert files json to csv
❯ go run main.go convert-to-csv -p="../test.json" -d="../test.csv"

Technologies

  • golang
  • cobra-cli

Made by Janapc 🤘 Get in touch!

About

convert csv to json or json to csv

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages