Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wetneb/refine-js

Support for Javascript as expression language for OpenRefine
https://github.com/wetneb/refine-js

Last synced: 3 months ago
JSON representation

Support for Javascript as expression language for OpenRefine

Awesome Lists containing this project

README

        

Refine JS
=========

An OpenRefine extension which adds support for Javascript as an expression language.
It works with OpenRefine 3.6 and 3.7.

[Download the latest release](https://github.com/wetneb/refine-js/releases/latest)

Building it
-----------

Run
```
mvn package
```

This creates a zip file in the `target` folder, which can then be [installed in OpenRefine](https://docs.openrefine.org/manual/installing#installing-extensions).

Developing it
-------------

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.