Convert files csv in json and files json in csv
To this project your need:
- golang v1.21 Golang
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"
- golang
- cobra-cli
Made by Janapc 🤘 Get in touch!