Skip to content

Lknechtli/squash-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Squash-CSV

Squash a CSV by combining rows with the same first column into a single row

Columns which do not match will be combined, separated by a specified symbol, " | " by default

Usage

squash-csv.py -i <inputfile> -o <outputfile> [-d <csv delimiter>] [-s <separating symbol>]

About

Squash a csv down, using the first column as a key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages