Skip to content

hallbergandrew/Go-CommandLineInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Go-CommandLineInterface

Can use the command line to find JSON from CSV

CREATE FILE: ${HOME}/famous-gophers.csv

  INSIDE FILE(famous-gophers.csv): 
    Mac, 1947, The Goofy Gophers
    Tosh, 1947, The Goofy Gophers
    Samuel J. Gopher, 1966, Winnie the Pooh
    Chief Running Board, 1968, Go Go Gophers
    Ruffled Feathers, 1968, Go Go Gophers

BUILD: go build -o csv2json .

RUN: ./csv2json -infile ${HOME}/famous-gophers.csv

REFERENCE: https://github.com/kelseyhightower/intro-to-go-workshop/blob/master/labs/docs/csv2json_cli.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages