Could you include some screenshot or indicate the format of the date you have in the csv file you are trying to import? or rectify the date format in the csv file according to this format dd/MMM/yy h:mm a
Hope it helps
Greetings
I would request to check the date format in CSV file. By default format is dd/MM/yy.
Regards,
Mayur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is what it says it is - the dates in your CSV file are in the wrong format. You'll need to add the time elements (the hh:mm a part, which you can fill as "00:00 p" for date only fields) you have told it to expect, or tell it that the format is dd/MMM/yy with no time elements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.