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

Ignoring the first table when CSV file starts with BOM character #143

Open
K4liber opened this issue Mar 29, 2024 · 0 comments
Open

Ignoring the first table when CSV file starts with BOM character #143

K4liber opened this issue Mar 29, 2024 · 0 comments

Comments

@K4liber
Copy link
Contributor

K4liber commented Mar 29, 2024

CSV file can have a BOM character at the start. Reading file with a default encoding does not raise an issue, but in such a case we ignore the first line (and the whole table if the file starts with a table block).
We should check the first character while loading a CSV content and raise and issue to inform the user that she needs to use other encoding while loading the file or change the file encoding.

@K4liber K4liber mentioned this issue Mar 29, 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

1 participant