- π«π·France PhilY πͺπΊπ«π· Paris, France
Besides the failed test, patch #8 woks for me using Drupal 9.5.3, Feeds 8.x-3.0-beta3 and PHP 8.1.6
THE PROBLEM
Some times a data source(a csv or another) doesn't have all fields that the destination (a node or another) require. But for some business logic reason is needed to anyway import to let after it complete this fields values.
PROPOSAL SOLUTION
- Let configure the feed with a new check option "Let import when required fields aren't present"
- So when the feed will be processed, the processor EntityProcessorBase.php will let that the importer runs and create the Entities with this required fields as empty.
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Besides the failed test, patch #8 woks for me using Drupal 9.5.3, Feeds 8.x-3.0-beta3 and PHP 8.1.6