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

Feat!: Enhance Reporting with CSV Export and Add Error Message to Reports #11

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

pk-zipstack
Copy link
Contributor

What

  • Introduced a new --csv_report flag to generate detailed reports as a CSV file, allowing users to export the output of the detailed report in CSV format.

Why

  • The feature enhances the usability of the tool by providing an option for users to save and analyze reports outside the CLI, catering to workflows that require report persistence or further analysis.

How

  • Added a --csv_report flag to the script.
  • Modified the report generation logic to create a CSV file when the flag is enabled.
  • Ensured the CSV output matches the detailed report structure for consistency.
  • Added error messages to report
  • Updated documentation and help text to include the new flag and its usage.

Can this PR break any existing features? If yes, please list possible items. If no, please explain why.

  • No, as the feature is opt-in and does not alter existing functionality.

@pk-zipstack pk-zipstack requested review from ritwik-g, a team and kirtimanmishrazipstack and removed request for a team November 25, 2024 16:09
@ritwik-g ritwik-g merged commit 073a375 into main Nov 26, 2024
2 checks passed
@ritwik-g ritwik-g deleted the csv-report branch November 26, 2024 04:48
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.

2 participants