rufuspollock-okfn / reconcile-csv

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

Lowercase only applied to query not to data #17

Closed mihi-tr closed 9 years ago

mihi-tr commented 9 years ago

Lowercase is currently only applied to the query not to the data. So uppercase strings and lowercase strings don't seem to match. (Check, at least the code doesn't look like it)

Also the lowercase query is never used :/

mihi-tr commented 9 years ago

Also the current lowercasing is done within the map for the rows. Doing it before will speed up the map.