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

CSV Form widget can now flip between textarea or table #3054

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

scudette
Copy link
Contributor

While the table view of the CSV artifact parameter type is intutive to use for adding a few rows manually it is not easy to use when we have a large collection of CSV items.

This PR adds a button to the widget to allow it to toggle to a simple textarea. In that case the user can paste a large CSV file into the GUI.

The GUI will now also validate the CSV warning about errors like unbalanced columns etc.

While the table view of the CSV artifact parameter type is intutive to
use for adding a few rows manually it is not easy to use when we have
a large collection of CSV items.

This PR adds a button to the widget to allow it to toggle to a simple
textarea. In that case the user can paste a large CSV file into the
GUI.

The GUI will now also validate the CSV warning about errors like
unbalanced columns etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant