🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/zapponejosh/csv-json-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zapponejosh/csv-json-go

v0.0.0-20210427195843-6a2372c6c612
Source
Go
Version published
Created
Source

CSV to JSON in Go

Takes a CSV file and outputs JSON either to sdtout or a specified output file. Optionally use -d flag for alternative delimiter (tab or pipe)

Usage

Data to sdtout go run main.go [input_file]

Data to output file go run main.go [input_file] [output_file]

With optional delimiter go run main.go -d [tab | pipe] [input_file] [output_file]

FAQs

Package last updated on 27 Apr 2021

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