Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

gwenn/csvdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line tool to diff two CSV/DSV files and output delta in an CSV/DSV compatible format.

	$ csvdiff -s=, -k=1 testA.csv testB.csv 
	=,Id,First Name,Last Name,Gender
	#,4,Bart|El Barto,Simpson,1
	-,1,Mona,Simpson,1
	Total: 8, Removed: 1, Added: 0, Modified: 1
	Modified fields: First Name, 

About

Diff two CSV files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published