Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/janapc/convert-csv-json

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/janapc/convert-csv-json

  • v0.0.0-20231221212306-187962077f04
  • Source
  • Go
  • Socket score

Version published
Created
Source

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:

  • golang v1.21 Golang

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!

FAQs

Package last updated on 21 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc