You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
When parsing a CSV file that includes BOM using the columns: true option, serializing the record shows the expected values, but the first column is not accessible by its key name. Setting option bom: true fixes the problem (and I'd love to tell that to my 2-hours-ago self), but why can't the default behavior deal with this case correctly?