A client exported a CSV from VS Code and tried to import it into a vocab. The exported file is UTF-8 with a BOM.
An DirectoryException 'Column not found' is encountered when importing. We should either produce a specific exception message when the csv file has a BOM, or maybe just easier to use BOMInputStream in the stream reader so this type of file can be imported.