- 🇺🇸United States eahonet
I was tempted to import twice. Once with the taxonomy column and once without. But I did find that using 0 instead of nothing seemed to do the trick. I did find this unexpected behavior.
- Assigned to bharath-kondeti
I am using this module in Drupal 9. And I have the following problem
When importing a node with taxonomy as a field, if the taxonomy value is left blank, the node cannot be imported.
For example, suppose you have a taxonomy field called field_tag and a text field called field_author as follows.
title, field_tag, field_author
Tiger ecology,Mammals,Andrew
Sardine ecology,Fishes,Sarah
Dog ecology, Mammals,
Cat ecology,,John
In this case, "3 content added and 0 updated" is displayed and only "Cat ecology" is not imported.
The field_author can be left blank, though (in the example above, "dog ecology" imports fine).
Does anyone know how to fix this?
Active
1.14
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I was tempted to import twice. Once with the taxonomy column and once without. But I did find that using 0 instead of nothing seemed to do the trick. I did find this unexpected behavior.