Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wetneb/refine-js
- Owner: wetneb
- License: bsd-3-clause
- Created: 2022-06-04T16:10:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T15:41:58.000Z (over 1 year ago)
- Last Synced: 2024-06-12T18:44:42.054Z (7 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.