Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Update to OpenRefine 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixlohmeier committed Jul 29, 2019
1 parent d60f732 commit b811426
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions openrefine-batch-docker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# openrefine-batch-docker.sh, Felix Lohmeier, v1.11, 2017-12-11
# openrefine-batch-docker.sh, Felix Lohmeier, v1.12, 2019-07-29
# https://github.com/felixlohmeier/openrefine-batch

# check system requirements
Expand Down Expand Up @@ -31,7 +31,7 @@ Usage: sudo ./openrefine-batch-docker.sh [-a INPUTDIR] [-b TRANSFORMDIR] [-c OUT
-i INPUTOPTIONS several options provided by openrefine-client, see below...
-m RAM maximum RAM for OpenRefine java heap space (default: 2048M)
-t TEMPLATING several options for templating export, see below...
-v VERSION OpenRefine version (2.7, 2.7rc2, 2.7rc1, 2.6rc2, 2.6rc1, dev; default: 2.7)
-v VERSION OpenRefine version (3.2, 3.1, 3.0, 2.8, 2.7, ...; default: 3.2)
-E do NOT export files
-R do NOT restart OpenRefine after each transformation (e.g. config file)
-X do NOT restart OpenRefine after each project (e.g. input file)
Expand Down Expand Up @@ -99,7 +99,7 @@ EOF

# defaults
ram="2048M"
version="dev"
version="3.2"
restartfile="true"
restarttransform="true"
export="true"
Expand Down
6 changes: 3 additions & 3 deletions openrefine-batch.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash
# openrefine-batch.sh, Felix Lohmeier, v1.11, 2017-12-11
# openrefine-batch.sh, Felix Lohmeier, v1.12, 2019-07-29
# https://github.com/felixlohmeier/openrefine-batch

# declare download URLs for OpenRefine and OpenRefine client
openrefine_URL="https://github.com/opencultureconsulting/openrefine-batch/raw/master/src/openrefine-linux-2017-10-28.tar.gz"
client_URL="https://github.com/opencultureconsulting/openrefine-batch/raw/master/src/openrefine-client_0-3-4_linux-64bit"
openrefine_URL="https://github.com/OpenRefine/OpenRefine/releases/download/3.2/openrefine-linux-3.2.tar.gz"
client_URL="https://github.com/opencultureconsulting/openrefine-client/releases/download/v0.3.4/openrefine-client_0-3-4_linux-64bit"

# check system requirements
JAVA="$(which java 2> /dev/null)"
Expand Down
Binary file removed src/openrefine-client_0-3-1_linux-64bit
Binary file not shown.
Binary file removed src/openrefine-client_0-3-4_linux-64bit
Binary file not shown.
Binary file removed src/openrefine-linux-2017-10-28-with-pr1294.tar.gz
Binary file not shown.
Binary file removed src/openrefine-linux-2017-10-28.tar.gz
Binary file not shown.

0 comments on commit b811426

Please sign in to comment.