11-11-2011 11:03 AM
The simple vocabulary csv import file format is: id,label,obsolete where the first two columns are strings, and the third is 0 or 1.
With the child vocabulary you can use the id,label,parent,obsolete, where the parent field entries have to match ids of another vocabulary, considered its parent.
What is the correct csv import file format for the hierarchical vocabulary?
11-12-2011 07:27 PM
The hierarchical vocabulary has the same general structure as the child vocabulary with one notable difference: the importable file includes both the child and the parent entries.
id | label | parent | obsolete |
p1 | Parent1 | 0 | |
p1ch1 | Child 1 of Parent 1 | p1 | 0 |
p2 | Parent2 | 0 | |
p2ch1 | Child 1 of Parent 2 | p2 | 0 |
p2ch2 | Child 2 of Parent 2 | p2 | 0 |
As you can see the parent entries have an empty value in the parent column. This format is importable when you want to create a hierarchical vocabulary in Nuxeo Studio. The hierarchical vocabulary is currently the recommended way for working with chained vocabularies/vocabulary hierarchies.
11-12-2011 07:27 PM
The hierarchical vocabulary has the same general structure as the child vocabulary with one notable difference: the importable file includes both the child and the parent entries.
id | label | parent | obsolete |
p1 | Parent1 | 0 | |
p1ch1 | Child 1 of Parent 1 | p1 | 0 |
p2 | Parent2 | 0 | |
p2ch1 | Child 1 of Parent 2 | p2 | 0 |
p2ch2 | Child 2 of Parent 2 | p2 | 0 |
As you can see the parent entries have an empty value in the parent column. This format is importable when you want to create a hierarchical vocabulary in Nuxeo Studio. The hierarchical vocabulary is currently the recommended way for working with chained vocabularies/vocabulary hierarchies.
11-14-2011 02:00 PM
If the system allows attachment, could be nice to let a sample file.
01-18-2012 06:22 PM
on the 4th line dont you mean
01-18-2012 07:02 PM
Fixed. thank you for catching it.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.