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

[FEATURE] Save table as CSV #394

Closed
6 tasks
rhazn opened this issue Jul 13, 2023 · 0 comments · Fixed by #598
Closed
6 tasks

[FEATURE] Save table as CSV #394

rhazn opened this issue Jul 13, 2023 · 0 comments · Fixed by #598
Assignees
Labels
enhancement New feature or request softwarecampus Issues related to the Softwarecampus grant

Comments

@rhazn
Copy link
Contributor

rhazn commented Jul 13, 2023

User Story

  1. As a {user/persona}
  2. I want {to save data as CSV}
  3. So that {I can share the CSV}

User Acceptance Criteria

  • A new block "CSVFileLoader" is available, like SQLiteLoader. It has a Table input,None output and the required property "file".
  • It has all properties of the CSVInterpreter as optional properties with the following defaults: delimiter: ",", enclosing: "", enclosingEscape: "".
  • Saves a CSV file with the table data at the file location, relative to the jv model file, with the delimiter, enclosing and enclosingEscape characters as configured, uses utf-8 as character encoding

Examples

Notes

Definitions of Done

  • A PR has been opened and accepted
  • All user acceptance criteria are met
  • All tests are passing
@rhazn rhazn added enhancement New feature or request softwarecampus Issues related to the Softwarecampus grant labels Jul 13, 2023
@TungstnBallon TungstnBallon self-assigned this Jun 29, 2024
@TungstnBallon TungstnBallon linked a pull request Jul 2, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request softwarecampus Issues related to the Softwarecampus grant
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants