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

Fix csv parsing errors that occur with small files #105

Open
jeffkole opened this issue Apr 15, 2024 · 1 comment
Open

Fix csv parsing errors that occur with small files #105

jeffkole opened this issue Apr 15, 2024 · 1 comment
Assignees

Comments

@jeffkole
Copy link
Collaborator

The specific errors that occur are documented in test_csv.py#test_single_row_col_csv. I believe they are the result of not having enough data for clevercsv to detect the format. It seems that a space in a field causes a problem.

@lisad
Copy link
Owner

lisad commented Oct 16, 2024

The test got lost so we need to re-add it and test to close this issue

@lisad lisad self-assigned this Oct 16, 2024
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

No branches or pull requests

2 participants