upgrade to OpenRefine 3.6.2
This commit is contained in:
parent
53e06d7b41
commit
b3403976c4
|
@ -3,7 +3,7 @@ tasks:
|
||||||
- name: install bashly and OpenRefine
|
- name: install bashly and OpenRefine
|
||||||
before: gem install --silent bashly
|
before: gem install --silent bashly
|
||||||
init: |
|
init: |
|
||||||
wget -q -O openrefine.tar.gz https://github.com/OpenRefine/OpenRefine/releases/download/3.5.2/openrefine-linux-3.5.2.tar.gz
|
wget -q -O openrefine.tar.gz "https://oss.sonatype.org/service/local/artifact/maven/content?r=releases&g=org.openrefine&a=openrefine&v=3.6.2&c=linux&p=tar.gz"
|
||||||
tar --exclude 'licenses' --exclude 'LICENSE.txt' --exclude 'README.md' -xzf openrefine.tar.gz --strip 1
|
tar --exclude 'licenses' --exclude 'LICENSE.txt' --exclude 'README.md' -xzf openrefine.tar.gz --strip 1
|
||||||
rm openrefine.tar.gz
|
rm openrefine.tar.gz
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -4,7 +4,7 @@ Bash script to control OpenRefine via [its HTTP API](https://docs.openrefine.org
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* works with latest OpenRefine version (currently 3.5)
|
* works with latest OpenRefine version (currently 3.6)
|
||||||
* batch processing (import, transform, export)
|
* batch processing (import, transform, export)
|
||||||
* orcli takes care of starting and stopping OpenRefine with temporary workspaces
|
* orcli takes care of starting and stopping OpenRefine with temporary workspaces
|
||||||
* your existing OpenRefine data will not be touched
|
* your existing OpenRefine data will not be touched
|
||||||
|
|
Loading…
Reference in New Issue