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.File breaks with multiple input CSVs #1071

Open
ZachDeKraker opened this issue Jan 24, 2023 · 0 comments
Open

CSV.File breaks with multiple input CSVs #1071

ZachDeKraker opened this issue Jan 24, 2023 · 0 comments

Comments

@ZachDeKraker
Copy link

Starting with version 0.9.5, it would seem, attempting to call CSV.File with a vector of strings results in an error stating that "A not defined". https://github.com/JuliaData/CSV.jl/blob/main/src/utils.jl#L240 appears to assume that the variable A will have some binding, even though that is not guaranteed to be the case.

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

1 participant