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

Allow users to export data to CSV #55

Closed
baubakg opened this issue Mar 9, 2022 · 0 comments · Fixed by #72
Closed

Allow users to export data to CSV #55

baubakg opened this issue Mar 9, 2022 · 0 comments · Fixed by #72
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@baubakg
Copy link
Member

baubakg commented Mar 9, 2022

We need to to allow the expot of logdata to a csv file

The export can either be in the console or in a file.

Path rules:

  • If it was created programmatically, we export it to log-parser-export/{ParseFiefinition title with spaces escaped with "-"}-export.csv
  • If created in commandline (Create a main method to execute as app #10 ), we use log-parser-export/{ParseFiefinition file name}-export.csv
@baubakg baubakg added the enhancement New feature or request label Mar 9, 2022
@baubakg baubakg added this to the 1.0.8 milestone Mar 9, 2022
@baubakg baubakg modified the milestones: 1.0.8, 1.0.9 Aug 23, 2022
@baubakg baubakg changed the title Allow usess to geneate CSV data Allow users to geneate CSV data Oct 4, 2023
@baubakg baubakg self-assigned this Oct 4, 2023
@baubakg baubakg changed the title Allow users to geneate CSV data Allow users to export data to JSON or CSV Oct 5, 2023
@baubakg baubakg changed the title Allow users to export data to JSON or CSV Allow users to export data to CSV Oct 5, 2023
baubakg added a commit that referenced this issue Oct 6, 2023
@baubakg baubakg linked a pull request Oct 6, 2023 that will close this issue
baubakg added a commit that referenced this issue Oct 7, 2023
* Fixed #55 - first working solution
* Added negative tests and made checks for empty data
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