opencultureconsulting / openrefine-client

The OpenRefine Python Client from Paul Makepeace provides a library for communicating with an OpenRefine server. This fork extends the command line interface (CLI) and is distributed as a convenient one-file-executable (Windows, Linux, Mac). It is also available via Docker Hub, PyPI and Binder.
GNU General Public License v3.0
83 stars 19 forks source link

overriding export file format with --format fails when --output is set to a different file extension #14

Closed felixlohmeier closed 3 years ago

felixlohmeier commented 3 years ago

example

openrefine-client --download "https://git.io/fj5hF" --output=duplicates.csv
openrefine-client --create duplicates.csv
openrefine-client --export duplicates --format csv --output test.out

test.out will default to tsv format