Tool: Import CSV to Update Metadata
See the attached image.
I suspect your .csv file has an issue somewhere in the 2nd column. Remember, all columns in your .csv file are "text" (including dates and numbers). Run in debug mode so that JS will tell you exactly what is going on, and what it thinks your .csv file looks like to it.
As a last resort, create a 3d column that you ignore, but helps to identify the 2nd date column as valid "text".
Running in debug mode for this tool is very helpful if you encounter any data problems in your .csv file.
DaltonST
|