Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nearly there... #11

Open
captoriginal opened this issue Oct 4, 2014 · 3 comments
Open

Nearly there... #11

captoriginal opened this issue Oct 4, 2014 · 3 comments

Comments

@captoriginal
Copy link

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

@mihi-tr
Copy link
Contributor

mihi-tr commented Oct 5, 2014

Hi there,

This looks interesting - Is your CSV really not comma delimited?

@captoriginal
Copy link
Author

Haha. No no. It is, I was just typing it out. It does have a number of diacritical marks in it, but the cvs is sound.

@mihi-tr
Copy link
Contributor

mihi-tr commented Oct 22, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants