- Issue created by @ekapus
When I import a CSV file with Taxonomy Reference fields that are blank I get the following error.
Drupal\Core\Entity\EntityStorageException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'name' cannot be null: INSERT INTO "taxonomy_term_field_data" ("tid", "revision_id", "vid", "langcode", "status", "name", "description__value", "description__format", "weight", "changed", "default_langcode", "revision_translation_affected")
The module does not seem to handle empty fields well in this regard.
Perform an import with a CSV file that has a column for a taxonomy reference field that both has and doesn't have values in it.
Add empty/null checking for reference fields.
Active
10.0
Code