Hi,

I hope anyone could help me. I think it is only a little problem.

I try to import taxonomy terms from an XML. After import i get the error "Failed importing 1 taxonomy term. Term name missing."
But the term name is configured.

I attached the XML to import and my Importer.
THANKS for any help.
ron

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ron_ron’s picture

Title: Term name name missing » Term name missing
ron_ron’s picture

Assigned: Unassigned » ron_ron
Status: Active » Closed (works as designed)
ron_ron’s picture

Solved.

I changed the context path. Now it worked.

byronveale’s picture

As I already posted on HTML scraping: Title is imported as "Array" issue, for me, my ignorance of proper Context and path settings did me in. I was using "//" at the beginning of each of my fields in the "Settings for XPath XML parser" section.

So, setting "//context_name" for context, then just "attribute_name" (without leading "/" or "//") in the rest of my field settings eliminated this error.