- 🇩🇪Germany kopfduenger Wiesbaden
Hi @MegaChriz,
unfortunately, this issue for single value fields is still not resolved, at least for date fields. My content type is translatable, even the date field (although this does not make sense for a date field in my opinion).
While importing the tag
... into a date field, the import fails due to:Veröffentlicht am (field_date): Veröffentlicht am: this field cannot hold more than 1 values. Please check your mappings.
- 🇩🇪Germany kopfduenger Wiesbaden
Hi @MegaChriz,
sorry, my fault: I could solve my issue above with:
- install module feed_ex
- changing the XPath statement for this field in feeds_tamper
and
- installing the patch in this comment: https://www.drupal.org/project/feeds/issues/3172709#comment-14999631 🐛 Error "this field cannot hold more than 1 values" when manually filling parsed source fields via FeedsSubscriber RTBCIn order to make it work, I had to use these settings:
context: /rss/channel/item
XPath value: pubDate
both option fields checked for this 'custom source':
- raw value
- inner xml.