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

encodeGivenHeaders allows different number of headers than the number of columns with actual data #621

Closed
L7R7 opened this issue Jul 25, 2024 · 1 comment · Fixed by #622
Labels
bug Something isn't working
Milestone

Comments

@L7R7
Copy link

L7R7 commented Jul 25, 2024

when using encodeGivenHeaders[A], if the number of elements in the headers argument is different to the number of columns that are encoded for values of A, it is probably something the user wants to know about and the Stream should probably fail with an error instead of encoding an invalid csv

@satabin satabin added the bug Something isn't working label Jul 25, 2024
@satabin satabin added this to the 1.11.1 milestone Jul 25, 2024
@satabin
Copy link
Member

satabin commented Jul 28, 2024

Fixed in 1.11.1.

@satabin satabin closed this as completed Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants