Skip to content

Detect csv bom encoding#51

Merged
marioscrock merged 1 commit intomainfrom
fix-bom-detection
Jul 8, 2025
Merged

Detect csv bom encoding#51
marioscrock merged 1 commit intomainfrom
fix-bom-detection

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
@marioscrock marioscrock merged commit 15d7c52 into main Jul 8, 2025
@marioscrock marioscrock deleted the fix-bom-detection branch July 8, 2025 11:00
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

2 participants