My app is reading a csv file then comparing the first row of headers with a list.
Trouble is the file is saved as UTF8 and has BOM characters in front so when I compare the first column header it doesn’t match any of the choices even though the matching text looks the same (binary doesn’t).
How do I remove the BOM characters?
15 posts - 6 participants