Skip to content

shu-go/csvtate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

normalize repetitive columns

Go Report Card MIT License

csvtate

csvtate repetitive_input.csv normalized_output.csv
a,b1,b2,c1,c2
1,2,3,4,5
 |
 v
a,b,c
1,2,4
1,3,5

Install

GitHub Releases

https://github.com/shu-go/csvtate/releases

Go install

go install github.com/shu-go/csvtate@latest

About

normalize repetitive columns

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages