02/02/2014 at 5:18 pm
#278947
Keymaster
@ Shoeb Ansari
I took a look at your file and was able to reproduce the error. There are errors in the CSV file.
First, I recommend removing all unused columns as having them only adds unnecessary processing.
Second, the error is being caused by bad dates in both the anniversary and birthday columns. Make sure they are MM/DD/YYYY.
Lastly, the trail end of the file has a bunch of blank rows then some data in the bio field followed by a bunch more blanks rows with some more data in the bio field.
With those items fix, your file will import.
I did just now add a check in Connections for a proper date so the error doesn’t happen. It is that error which stopped the import.
Hope that helps.