Description
The input .csv file must be a UTF-8 BOM (byte order mark) encoded .csv file.
Solution
Use a text editor that supports encoding to save the .csv file with UTF-8-BOM encoding. For example, complete the following steps in Notepad++:
- Open the .csv file in Notepad++.
- Copy all the data from the .csv file to a new file in Notepad++.
- From the Encoding menu, select the UTF-8-BOM option.
- From the File menu, click the Save As option.
- Specify a name for the file with a file extension of .csv. For Save as type, use the default Normal text file (*.txt) option.
- Use the new .csv file as the input table for the tool.