2

OpenRefine (formerly Google Refine) supports to match records to external identifiers via Reconciliation Service API, for instance to find Wikidata identifiers for entities described in table rows (see Wikidata OpenRefine Service). Is it possible to use the same API from a table in Google Sheets? I have not tried out Google apps scripts, could this be used to access a reconciliation API from sheets?

Jakob
  • 3,570
  • 3
  • 36
  • 49
  • 1
    yes in general. look at apps script urlFetchApp. too broad until you show code and issues encountered. – Zig Mandel Apr 20 '17 at 13:30
  • I think @Jacob is looking for a ready addon, not how to program one. Such addon will be very useful indeed. I think this question belongs to superuser. com – Vladimir Alexiev Jul 09 '17 at 16:21

1 Answers1

0

The easiest way will be to export your document to csv and use http://okfnlabs.org/reconcile-csv/

magdmartin
  • 1,712
  • 3
  • 20
  • 43