Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mareknovotny/csvcompare
CSV file compare util
https://github.com/mareknovotny/csvcompare
Last synced: about 1 month ago
JSON representation
CSV file compare util
- Host: GitHub
- URL: https://github.com/mareknovotny/csvcompare
- Owner: mareknovotny
- Created: 2015-10-20T14:31:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T13:58:13.000Z (over 2 years ago)
- Last Synced: 2024-10-23T08:27:17.623Z (2 months ago)
- Language: Java
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV file comparator tool
![Java CI with Maven](https://github.com/mareknovotny/csvcompare/workflows/Java%20CI%20with%20Maven/badge.svg)
Basic tool to compare two CSV files from [Windup](http://github.com/windup/windup) CSV export and outputs as CSV file with different lines from second file.
There is `compare.sh` script to launch the tool
`$ ./compare.sh `
or alternatively
`java -jar csvcompare-0.0.1-SNAPSHOT.jar -o -n -d ,`
where *URL1* and *URL2* is [Uniform Resource Locator](http://www.ietf.org/rfc/rfc2396.txt)
Usage help is shown when you run it without arguments:
`java -jar csvcompare-0.0.1-SNAPSHOT.jar````
usage: csvcompare
-d,--csv-delimiter
-n,--new-file
-o,--old-file
```