Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option columnWidths broken in v0.3.2 #1

Closed
felixlohmeier opened this issue Jul 22, 2019 · 1 comment
Closed

option columnWidths broken in v0.3.2 #1

felixlohmeier opened this issue Jul 22, 2019 · 1 comment
Assignees

Comments

@felixlohmeier
Copy link
Member

regression introduced with v0.3.2 (latest working version: v0.3.1)

columnWidths needs to be transmitted as an array, e.g.

{"encoding":"UTF-8","columnWidths":[6,10],"ignoreLines":-1}

solution: option columnWidths should be handled like option sheets
https://github.com/opencultureconsulting/openrefine-client/blob/v0.3.4/refine.py#L116

@felixlohmeier felixlohmeier changed the title option columnWidths broken option columnWidths broken in v0.3.2 Aug 8, 2019
felixlohmeier added a commit that referenced this issue Aug 16, 2019
fixed bug #1 (option columnWidths broken since v0.3.2)
fixed bug #2 (commands create and export templating broken since v0.3.5)
added --download command
extended --info command
improved performance of --export command
improved error handling and user feedback
removed support for legacy docker option --link
added detailed usage instructions with examples
moved and extended instructions from docker/README.md to README.md
added usage instructions for Python library
added chapter on Binder openrefineder
added badges for docker, pypi and binder
added usage instructions for tests script
added note to myself for distributing releases
moved all functions from parser to cli module
separated export and template function
improved code style (PEP8)
@felixlohmeier felixlohmeier self-assigned this Aug 16, 2019
@felixlohmeier
Copy link
Member Author

fixed with commit bfd00b5 in release v0.3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant