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: added flag to parse all lines instead of skipping some #78

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

mislavkos
Copy link
Contributor

Thank you for creating this repo and making it publicly available. This PR is implementing a TO DO that was left in the should_skip_line function. Currently certain lines are skipped while parsing the full XML file with the goal of "de-noising" the output files. Now there is a new argument, an optional --all-lines flag, which, when used, will skip the should_skip_line function, i.e. all lines will be parsed. I ran the test to do regression testing for when the --all-lines flag is not specified. I did not add a new test for the new flag though. Lmk if you'd like me to do that.

@bc-m
Copy link
Owner

bc-m commented Sep 23, 2024

Thanks for your contribution! 😃

@bc-m bc-m merged commit 7b2dd74 into bc-m:main Sep 23, 2024
1 check passed
@mislavkos mislavkos deleted the feature/add-flag-to-parse-all-lines branch September 23, 2024 18:21
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