Feeds import - taxonomy: Integrity constraint violation

teecee képe

Sziasztok,

ezzel futottam össze, valakinek van ötlete mi lehet a gond?
Feeds importtal importálnék hierarchikus fát.

CSV-ben már csak 1 sorom van próbálkozáshoz:
"guid";"parent_guid";"name"
20000;0;"Kenőanyag"

Ezt kapom:
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'taxonomy_term-11741' for key 'PRIMARY'

feeds import log:

  1. SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'taxonomy_term-11741' for key 'PRIMARY'
  2. Original item
  3. 'guid' => '20000',
  4. 'parent_guid' => '0',
  5. 'name' => 'Kenőanyag',
  6. )
  7. Entity
  8. (object) array(
  9. 'vid' => '4',
  10. 'vocabulary_machine_name' => 'category',
  11. 'format' => 'plain_text',
  12. 'feeds_item' => (object) array(
  13. 'is_new' => TRUE,
  14. 'entity_id' => '11741',
  15. 'entity_type' => 'taxonomy_term',
  16. 'id' => 'kategoria_import_amix',
  17. 'feed_nid' => 0,
  18. 'imported' => 1401857591,
  19. 'hash' => '56c5b7fa4ca2c05e1801da19a654126e',
  20. 'url' => '',
  21. 'guid' => '20000',
  22. ),
  23. 'parent' => array(
  24. 0,
  25. ),
  26. 'name' => 'Kenőanyag',
  27. 'tid' => '11741',
  28. 'weight' => 0,
  29. )
Melyik modulhoz, modulokhoz kapcsolódik a téma?: 
Drupal verzió: