Skip to content

Detect csv bom encoding #51

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Detect csv bom encoding #51

wants to merge 1 commit into from

Conversation

AuPath
Copy link
Collaborator

@AuPath AuPath commented Jun 17, 2025

When reading from csv files automatically detect and handle BOM. This is not done when reading from the CSV content as a String. Closes #42.

Only possible when reading from files, not possible when reading a
String.
@AuPath AuPath requested a review from marioscrock June 17, 2025 13:03
@AuPath AuPath self-assigned this Jun 17, 2025
@AuPath AuPath added the bug Something isn't working label Jun 17, 2025
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 this pull request may close these issues.

UTF-8 BOM encoded CSV file
1 participant