Skip to content

Handfull package for converting CSV files to JSON structed files directly in Golang.

License

Notifications You must be signed in to change notification settings

KyloReneo/csvson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvson

Handfull package for converting CSV files to JSON structed files in Golang directly.

how to use:

  • download package using command below:

    go get "github.com/KyloReneo/csvson"
    
  • import the package:

    import "github.com/KyloReneo/csvson"
    
  • convert csv to json directly:

    csvson.CSVToJSON("./csv-file-path")
    

About

Handfull package for converting CSV files to JSON structed files directly in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages