OpenRefine 3.5.0
This commit is contained in:
parent
21b05626e9
commit
7c199424c6
|
@ -15,7 +15,7 @@ Templates for OpenRefine batch processing (import, transform, export) using the
|
||||||
* apply [undo/redo history](https://docs.openrefine.org/manual/running/#reusing-operations) from given JSON file(s)
|
* apply [undo/redo history](https://docs.openrefine.org/manual/running/#reusing-operations) from given JSON file(s)
|
||||||
* export to CSV, TSV, HTML, XLS, XLSX, ODS
|
* export to CSV, TSV, HTML, XLS, XLSX, ODS
|
||||||
* [templating export](https://github.com/opencultureconsulting/openrefine-client#templating) to additional formats like JSON or XML
|
* [templating export](https://github.com/opencultureconsulting/openrefine-client#templating) to additional formats like JSON or XML
|
||||||
* works with OpenRefine 2.7, 2.8, 3.0, 3.1, 3.2, 3.3, 3.4 and 3.4.1
|
* works with OpenRefine 2.7, 2.8, 3.0, 3.1, 3.2, 3.3, 3.4, 3.4.1 and 3.5.0
|
||||||
* tasks are easy to extend with additional commands (e.g. to download input data or validate results)
|
* tasks are easy to extend with additional commands (e.g. to download input data or validate results)
|
||||||
|
|
||||||
## Typical workflow
|
## Typical workflow
|
||||||
|
@ -76,7 +76,7 @@ Templates for OpenRefine batch processing (import, transform, export) using the
|
||||||
sudo apt install ./task_linux_amd64.deb && rm task_linux_amd64.deb
|
sudo apt install ./task_linux_amd64.deb && rm task_linux_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run install task to download [OpenRefine 3.4.1](https://github.com/OpenRefine/OpenRefine/releases/tag/3.4.1) and [openrefine-client 0.3.10](https://github.com/opencultureconsulting/openrefine-client/releases/tag/v0.3.10)
|
3. Run install task to download [OpenRefine 3.5.0](https://github.com/OpenRefine/OpenRefine/releases/tag/3.5.0) and [openrefine-client 0.3.10](https://github.com/opencultureconsulting/openrefine-client/releases/tag/v0.3.10)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
task install
|
task install
|
||||||
|
|
|
@ -36,7 +36,7 @@ tasks:
|
||||||
mkdir -p .openrefine
|
mkdir -p .openrefine
|
||||||
- > # download OpenRefine archive
|
- > # download OpenRefine archive
|
||||||
wget --no-verbose -O openrefine.tar.gz
|
wget --no-verbose -O openrefine.tar.gz
|
||||||
https://github.com/OpenRefine/OpenRefine/releases/download/3.4.1/openrefine-linux-3.4.1.tar.gz
|
https://github.com/OpenRefine/OpenRefine/releases/download/3.5.0/openrefine-linux-3.5.0.tar.gz
|
||||||
- | # install OpenRefine into subdirectory .openrefine
|
- | # install OpenRefine into subdirectory .openrefine
|
||||||
tar -xzf openrefine.tar.gz -C .openrefine --strip 1
|
tar -xzf openrefine.tar.gz -C .openrefine --strip 1
|
||||||
rm openrefine.tar.gz
|
rm openrefine.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue