craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

Date Parse Error that does not match #1409

Closed ameliagroen closed 4 months ago

ameliagroen commented 4 months ago

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.

image

Steps to reproduce

  1. Import date field formatted like dd/mm/yyyy
  2. ....
  3. Error on field import, date not imported

Additional info

ameliagroen commented 4 months ago

Oh no, I see it. now that I've posted. I have selected the wrong format.