-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding columns from the reconcile csv file #3
Comments
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) |
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. |
I'll have a look at this. |
Is there any update on this functionality? |
@dkttjoa found little time to work on it. Now had a boost of issues I want to address. This is one of them. |
A cool enhancement: adding some mechanism for adding columns from the reconciliation csv, just like in the "Add columns from Freebase".
The text was updated successfully, but these errors were encountered: