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

Exporting rows with other delimiters other than , can’t be re-imported back into the product #13464

Open
1 task done
ConorWebb96 opened this issue Apr 11, 2024 · 1 comment
Labels
actions Relating to Budibase app actions bb-bindings bb-data-import-export Exporting/Importing of data binding bug Something isn't working

Comments

@ConorWebb96
Copy link
Contributor

ConorWebb96 commented Apr 11, 2024

Checklist

  • I have searched budibase discussions and github issues to check if my issue already exists

Hosting

  • Self
    • Method: docker compose
    • Budibase Version: [Feature branch] will be on latest eventually 2.22.19
    • App Version: [Feature branch] will be on latest eventually 2.22.19

Describe the bug
Changing the delimiter option from the default , for exporting selected rows. Causing no of the CSV exports to be usable in the product afterwards. If you try to import them in again it will throw an error and not allow you to do so.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Budibase app
  2. Use the sample data
  3. Create a home screen
  4. Add the table component to the homescreen
  5. Add a button below the table component
  6. Add the export row action to the button
  7. Configure this action to use a different delimiter e.g. `
  8. Preview select some rows and click the button
  9. Take the downloaded CSV and try and import it into the product
  10. See error, can't import the CSV

Expected behavior
Should allow you to re-import the CSV regardless of which delimiter has been chosen.

Screenshots

Screenshot 2024-04-11 at 14 20 08

@ConorWebb96 ConorWebb96 added bug Something isn't working binding bb-data-import-export Exporting/Importing of data actions Relating to Budibase app actions bb-bindings labels Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions Relating to Budibase app actions bb-bindings bb-data-import-export Exporting/Importing of data binding bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant