Active
Project:
Taxonomy Import
Version:
2.1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2026 at 00:01 UTC
Updated:
29 Jan 2026 at 02:46 UTC
Jump to comment: Most recent
A fatal error occurs after importing terms from a CSV file when the file contains a parent and child term with the same name, for example:
Type,Parent,Description
Article,,
Event,,
News,,
Offering,,
Person,,
Resource,,
Training,,
Location,,
Article,Article,
Training,Training,
Blog Post,Article,
Research Study,Article,
White Paper,Article,
Conference,Event,
Digital Live Event,Event,
Sponsored Event,Event,
Trade Show,Event,
Webinar,Event,
News Story,News,
Newsletter,News,
Press Release,News,
Public Notice,News,
Regulatory Update,News,
Use the data above and import it, the terms causing the error:
Article,Article,
Training,Training,
Comments
Comment #2
gung wang commentedComment #3
gung wang commentedComment #4
ali-h commentedI tried importing a csv file with the terms listed in the issue, and I found that the Article and Training terms (and all of their children terms) were not imported. All the other terms were imported.