You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm imputting my dates like dd/mm/yyyy but I keep getting this Could not parse '2008-27-10 ' error. It seems like a space is being added when the date is being parsed for FeedMe, but it doesn't seem to have anything to do with the data in the CSV.
The target field is set to only receive a date, not a time as well, so not sure how to solve this. As a result the 'Date Entered Collection' field stays blank on all of those entries where there is an error. It's not happening to all entries, either.
Steps to reproduce
Import date field formatted like dd/mm/yyyy
....
Error on field import, date not imported
Additional info
Craft version: 4.7.2.1
PHP version: 8.1.1
Database driver & version: MariaDB 10.4.26
Plugins & versions: Feed Me 5.3.0
The text was updated successfully, but these errors were encountered:
Description
I'm imputting my dates like dd/mm/yyyy but I keep getting this
Could not parse '2008-27-10 '
error. It seems like a space is being added when the date is being parsed for FeedMe, but it doesn't seem to have anything to do with the data in the CSV.The target field is set to only receive a date, not a time as well, so not sure how to solve this. As a result the 'Date Entered Collection' field stays blank on all of those entries where there is an error. It's not happening to all entries, either.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: