0

This question is similar to the posting 'Script-driven automation of Google refine with ruby python perl java or otherwise': Script-driven automation of Google refine with ruby python perl java or otherwise

I have a lengthy JSON Script that I created in GoogleRefine and I am using it to clean several individual text files. Currently, I need to load each file manually into GoogleRefine and run the JSON script.

Is there a Java code/library that I can use to connect to GoogleRefine and pass on my JSON script and text file locations in order to speedily clean all of my files? I don't know Python and since the post above is dated 2011, I am wondering if a Java libray/program has been written since then.

Community
  • 1
  • 1
gg-14
  • 67
  • 5

1 Answers1

0

Today there is no Java library. You can find them in following languages:

You can read more about the OpenRefine API here: https://github.com/OpenRefine/refine-python/wiki/Refine-API

magdmartin
  • 1,712
  • 3
  • 20
  • 43