Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```