Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.1 KB

Refine Groovy

An OpenRefine extension which adds support for Groovy as an expression language.

Install

  1. Download the .zip file of the latest 1.3.1 release of this extension.
  2. Unzip the file and place the unzipped refine-groovy folder in your OpenRefine extensions folder.
  3. For details, read more about installing extensions in OpenRefine's user manual.

Build

Run the following:

mvn package

This creates a zip file in the target folder, which can then be installed in OpenRefine.

Develop

To avoid having to unzip the extension in the corresponding directory every time you want to test it, you can also use another set up: simply create a symbolic link from your extensions folder in OpenRefine to the local copy of this repository. You will still need to restart OpenRefine every time you make changes.