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

CSV Reader: Handle varying line lengths #122

Open
glass-ships opened this issue Apr 4, 2024 · 2 comments
Open

CSV Reader: Handle varying line lengths #122

glass-ships opened this issue Apr 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@glass-ships
Copy link
Collaborator

Currently varying line lengths will raise an exception and hard fail.

We should probably make these warnings and report out which lines vary.

Could also create a custom exception and allow the client code to determine what to do here

@kevinschaper do you have any additional insight into this issue?

@glass-ships glass-ships added the enhancement New feature or request label Apr 4, 2024
@caufieldjh
Copy link
Member

Does this include cases in which the transform parses multiple input files and column headings vary between the two (but they're all subsets of what the config specifies)?
Or is that a different issue?

@glass-ships
Copy link
Collaborator Author

to be honest I'm not too sure, this was basically copy pasted from a TODO comment in the code. I'm hoping Kevin has a better idea of what was meant there

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

No branches or pull requests

2 participants