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

Fixed importer when header is not present and row numbers are used. #546

Open
wants to merge 4 commits into
base: release-0.11
Choose a base branch
from

Conversation

Severino
Copy link
Contributor

I tried to import a CSV without a header. And noticed that it fails.
This pull request fixes that and adds all tests for the 'NoHeaders' variant.

@Severino Severino marked this pull request as ready for review December 11, 2024 15:33
@Severino Severino requested a review from v1r0x December 11, 2024 15:33
Copy link
Member

@v1r0x v1r0x left a comment

Choose a reason for hiding this comment

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

Looks good. I had to fix the generateNumberHeaders() method and added logic + test for header and data column mismatch.

@v1r0x
Copy link
Member

v1r0x commented Dec 13, 2024

We can ignore the failing tests. This is due to a change in github's workflow system. ubuntu-latest now refers to 24.04 and the required ppa has not (yet) packages for this release. A fix is already in #547, so we can re-check tests in release-0.11 before release

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