Socket
Socket
Sign inDemoInstall

github.com/erikaleigh/golang-json-to-csv

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/erikaleigh/golang-json-to-csv


Version published
Created
Source

JSON to CSV Converter

This module takes in multiple .json files, and converts them to a single .csv file.

Built with Golang.

Setup and Usage

Build

go build cmd/main.go

To use

  • Remove example .json files from the files/json folder, and add the .json files to be converted
  • Run the script with go run cmd/main.go
  • The output .csv file will be in the files/csv folder

FAQs

Package last updated on 17 Oct 2019

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc