rufuspollock-okfn / reconcile-csv

A simple OpenRefine reconciliation service that runs on top of a CSV file
BSD 2-Clause "Simplified" License
117 stars 28 forks source link

Fix lowercasing for matching #21

Closed mihi-tr closed 9 years ago

mihi-tr commented 9 years ago

Lowercasing is now done in the request when it is received, not in every check.

Also data is now lowercased. Still the correct data is returned (clojure metadata magic)