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] Select a subset of a textfile #218

Closed
4 of 7 tasks
rhazn opened this issue Mar 17, 2023 · 0 comments · Fixed by #243
Closed
4 of 7 tasks

[FEATURE] Select a subset of a textfile #218

rhazn opened this issue Mar 17, 2023 · 0 comments · Fixed by #243
Labels
enhancement New feature or request
Milestone

Comments

@rhazn
Copy link
Contributor

rhazn commented Mar 17, 2023

User Story

  1. As a {user}
  2. I want {to be able to select a subset of a textfile}
  3. So that {I can clean up files}

User Acceptance Criteria

  • A TextInterpreter block is available that interprets a file as txtfile
  • A TextRangeSelector block is available that allows users to select a range of lines in a textfile (maybe with row syntax?)
  • A TextLineDeleter block is available that allows users to delete particular lines in a textfile
  • CSVInterpreter can parse the output Textfiles from TextInterpreter/TextRangeSelector/TextLineDeleter as CSV

Examples

Definitions of Done

  • A PR has been opened and accepted
  • All user acceptance criteria are met
  • All tests are passing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant