Closed kishore0709 closed 3 years ago
Hi @kishore0709,
which version of OpenRefine do you use? Unfortunately the openrefine-client is not yet compatible with 3.3+ (see https://github.com/opencultureconsulting/openrefine-client/issues/7).
With OpenRefine 3.2 it should work (hopefully):
[felix@tux ~]$ sudo docker run --rm --network=host -v ${PWD}:/data:z felixlohmeier/openrefine-client:v0.3.9 --download https://www.stats.govt.nz/assets/Uploads/Business-operations-survey/Business-operations-survey-2019/Download-data/business-operations-survey-2019-international-engagement-csv.csv
Download to file business-operations-survey-2019-international-engagement-csv.csv complete
[felix@tux ~]$ sudo docker run --rm --network=host -v ${PWD}:/data:z felixlohmeier/openrefine-client:v0.3.9 --create business-operations-survey-2019-international-engagement-csv.csv
id: 1844436318306
rows: 14617
release v0.3.10 now works with OpenRefine 3.3+
Hi Team,
I'm getting below error while creating a new project in openrefine server. I'm using the docker openrefine client. Could you please help resolve this issue.
Note: Actually I'm able to list the projects which are manually created from openrefine server.
Command:
docker run --rm --network=host -v ${PWD}:/data:z felixlohmeier/openrefine-client:v0.3.9 -H <openrefine-server-hostname>-P 3333 -c business-operations-survey-2019-international-engagement-csv.csv
Error:
Project is working fine:
Thanks!