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

More result details, minor enhancements #41

Merged
merged 2 commits into from
Dec 9, 2023

Conversation

the-infinity
Copy link
Contributor

This MR adds the ability to add more result details to v3 converters. It also fixes some minor issues like ignoring empty lines at Excel Import or the missing LXML package for XML imports.

v3/vrs_p_r.py Outdated
Comment on lines 71 to 74
# ignore empty lines
if row[0].value is None:
continue

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you describe what's happening here? Has the vrs_p_r file empty rows?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had the situation that LibreOffice just added empty rows at the end of the file, which ended up in lot's of errors, because empty lines don't validate.

Copy link
Contributor

@hbruch hbruch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a minor comment request,

@hbruch hbruch merged commit 65e520f into ParkenDD:master Dec 9, 2023
4 checks passed
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