42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

#123: Excludes Unicode BOM at start of CSV #124

Closed TimQuist closed 2 years ago

TimQuist commented 2 years ago

When a CSV file would include the Unicode BOM, it would cause the first header column in the file to fail loading.

Now the BOM character is excluded by marking it as trash in the EncounteredSymbol enum.

closes #123

hazendaz commented 2 years ago

@TimQuist Looks good! Thanks. I can get a release out later today to make this available for live usage.