You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel I am just missing one little thing somewhere to get this all running nicely.
source csv (reconcile-v01.csv) looks like:
sid source
123 Waikiki Elementary School
321 Kaimuki Middle School
csv i want to adjust looks like:
match
kaimuki mid
waikiki elem
should ideally produce this:
match
321
123
I run reconcile-csv like so:
java -jar reconcile-csv-0.1.1.jar reconcile-v01.csv 'source' 'sid'
Starting CSV Reconciliation service
Point refine to http://localhost:8000 as reconciliation service
2014-10-04 13:19:36.408:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
2014-10-04 13:19:36.431:INFO:oejs.AbstractConnector:Started [email protected]:8000
when i run "start reconciling" in OpenRefine, i get a Column 1 Judgement of 'none' for everything
the 'best candidates score' is 'No numeric value present.'
Any thoughts? Many thanks!!
The text was updated successfully, but these errors were encountered:
I've seen this as well. I have to check how to reproduce and fix. Do you have another column you could add to the reconciliation? It seems to work better then...
I feel I am just missing one little thing somewhere to get this all running nicely.
source csv (reconcile-v01.csv) looks like:
sid source
123 Waikiki Elementary School
321 Kaimuki Middle School
csv i want to adjust looks like:
match
kaimuki mid
waikiki elem
should ideally produce this:
match
321
123
I run reconcile-csv like so:
java -jar reconcile-csv-0.1.1.jar reconcile-v01.csv 'source' 'sid'
Starting CSV Reconciliation service
Point refine to http://localhost:8000 as reconciliation service
2014-10-04 13:19:36.408:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
2014-10-04 13:19:36.431:INFO:oejs.AbstractConnector:Started [email protected]:8000
when i run "start reconciling" in OpenRefine, i get a Column 1 Judgement of 'none' for everything
the 'best candidates score' is 'No numeric value present.'
Any thoughts? Many thanks!!
The text was updated successfully, but these errors were encountered: