Skip to content

Csv parser in golang with known structures format and merge files into one by selecting targeted columns

Notifications You must be signed in to change notification settings

anthonydenecheau/csvtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initialize

set GO111MODULE=on go clean go mod init github.com/anthonydenecheau/csvtools go mod vendor # if you have vendor/ folder, will automatically integrate go build

Run

set GO111MODULE=on go run main.go readTC -directory C:\developpement\data\temp

go run main.go find -prefix tc -directory C:\developpement\data\temp go run main.go read -prefix tc -directory C:\developpement\data\temp go run main.go process -prefix tc -directory C:\developpement\data\temp -out C:\developpement\data\temp\resultTc.csv go run main.go process -prefix tc -directory C:\developpement\data\temp -out C:\developpement\data\temp\resultCsau.csv

References

https://nicedoc.io/jszwec/csvutil

About

Csv parser in golang with known structures format and merge files into one by selecting targeted columns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages