Skip to content

Commit

Permalink
Updating README for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoreus committed Jul 11, 2023
1 parent cc343a8 commit 11a25d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ An executable jar will be produced in /event_date_qc-{version}-{gitcommit}-execu

Checkout and run mvn package, then execute jar file, e.g. with:

java -jar event_date_qc-3.0.1-2fee2b5-executable.jar -f src/test/resources/example_dates.csv
java -jar event_date_qc-3.0.2-cc343a8-executable.jar -f src/test/resources/example_dates.csv

Dates from the corpus of example dates that aren't yet recognized will be printed. To show only matched dates add -m as an option, to show both matched and un-matched dates, use -a as an option.

Example output from

java -jar event_date_qc-3.0.1-2fee2b5-executable.jar -f src/test/resources/example_dates_for_readme.csv -a -e verbatimDates
java -jar event_date_qc-3.0.2-cc343a8-executable.jar -f src/test/resources/example_dates_for_readme.csv -a -e verbatimDates

consists of tab separated lines listing the original value, a result code, and the interpreted date, with the last two lines summarizing the results:

Expand Down

0 comments on commit 11a25d0

Please sign in to comment.