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

Change columns order in the Custom Tabular Exporter doesn't work #4271

Closed
iomicifikko opened this issue Nov 4, 2021 · 0 comments · Fixed by #4534
Closed

Change columns order in the Custom Tabular Exporter doesn't work #4271

iomicifikko opened this issue Nov 4, 2021 · 0 comments · Fixed by #4534
Labels
export: template About the custom templating exporter Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Milestone

Comments

@iomicifikko
Copy link

To Reproduce

Steps to reproduce the behavior:

  1. First select "Custom tabular exporter" in Export menu
  2. Then, in the first tab "Content", change columns order using drag n drop
  3. Finally, in the second tab "Download", click on "Download" button without changing any other option.

Current Results

  1. The output file contains the original columns order.
  2. Looking at the "Option Code" after drag and drop, no change is apply.

Expected Behavior

  1. The JSON code inside the "Option Code" tab must be updated in real-time when user changes columns order in the first tab.
  2. The output file must contains columns in the right order.

Screenshots

Column "number" moved to 2nd and last position
image
No change inside the JSON code
image

Versions

  • Operating System: Windows 10
  • Browser Version: Chrome 95.0.4638.69 (Official Build) (64 bit)
  • JRE or JDK Version: Built-in
  • OpenRefine: 3.4.1

Datasets

Additional context

Same thing happens when you past and apply a JSON configuration with a different order of columns: actually the order does not change.

@iomicifikko iomicifikko added Type: Bug Issues related to software defects or unexpected behavior, which require resolution. Status: Pending Review Indicates that the issue or pull request is awaiting review by project maintainers or collaborators labels Nov 4, 2021
@wetneb wetneb added the export: template About the custom templating exporter label Nov 4, 2021
elebitzero added a commit to elebitzero/OpenRefine that referenced this issue Feb 16, 2022
@wetneb wetneb removed the Status: Pending Review Indicates that the issue or pull request is awaiting review by project maintainers or collaborators label Feb 16, 2022
@wetneb wetneb added this to the 3.6 milestone Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
export: template About the custom templating exporter Type: Bug Issues related to software defects or unexpected behavior, which require resolution.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants