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

Adding columns from the reconcile csv file #3

Open fontanon opened 10 years ago

fontanon commented 10 years ago

A cool enhancement: adding some mechanism for adding columns from the reconciliation csv, just like in the "Add columns from Freebase".

mihi-tr commented 10 years ago

Right now the only way you can do this is using the unique IDs from the CSV and then do a cell.cross() for the other values - unfortunately the google refine API doesn't allow adding columns right away. (Afair)

pudo commented 10 years ago

You can pull a JSON document referenced from the reconciliation match into a fresh column, then use the column parseJson function to extract specific fields.

mihi-tr commented 10 years ago

I'll have a look at this.

dkttjoa commented 9 years ago

Is there any update on this functionality?

mihi-tr commented 9 years ago

@dkttjoa found little time to work on it. Now had a boost of issues I want to address. This is one of them.