004021: Input .csv is not a BOM UTF-8 .csv.
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
.csvfile in Notepad++.Copy all the data from the
.csvfile 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
.csvfile as the input table for the tool.