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++:

  1. Open the .csv file in Notepad++.
  2. Copy all the data from the .csv file to a new file in Notepad++.
  3. From the Encoding menu, select the UTF-8-BOM option.
  4. From the File menu, click the Save As option.
  5. Specify a name for the file with a file extension of .csv. For Save as type, use the default Normal text file (*.txt) option.
  6. Use the new .csv file as the input table for the tool.