- 🇳🇱Netherlands Summit
Hi,
I installed the .dev. How to proceed to get Term Lineage imported?
What should my .csv look like?
Thanks for building this live saving module:)
greetings,
As a Drupal site builder,
I want to import/update taxonomy terms by name instead of using ID,
So I can import/update terms and don't have to find ID(s) etc.
Using TaxonmyTerm importer plugin.
Before:
name,parent
"Parent Term 1", // ID 1
"Parent Term 2", // ID 2
"Child Term 1",1
"Child Term 2",2
"Child Term 3",1
"Child Term 4"
Using the TaxonmyTermByName importer plugin.
After:
name,parent
"Parent Term 1",
"Parent Term 2",
"Child Term 1","Parent Term 1"
"Child Term 2","Parent Term 2"
"Child Term 3","Parent Term 1"
"Child Term 4"
Please see above example.
- Add a new importer plugin
- Update the incoming data with a function which finds taxonomy terms by ID.
- Add tests.
- Review
None
None
None
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi,
I installed the .dev. How to proceed to get Term Lineage imported?
What should my .csv look like?
Thanks for building this live saving module:)
greetings,