Project

General

Profile

Feature #2416

Updated by Bernhard Koschiček-Krombholz 11 months ago

There is a need to import Types via the CSV import system.  
 Hierarchy needs other fields than a simple type inside the hierarchy, so think about handling this.  

 Fields for types:   

 * id 
 * name 
 * description 
 * dates 
 * reference_ids 
 * origin_reference_ids 
 * reference_system_* (not for administrative units) 
 * parent_id 
 * openatlas_parent_id 
 * selectable  

 New Hierarchies cannot be imported right now. If the need arises, a new ticket should be created. value type:  
 * unit 

 Fields for type hierarchy  

 Also, there should be * id 
 * name 
 * description 
 * reference_system_* 
 * available_classes 
 * multiple 
 * custom or value type 

 Then also add a new column field for each all other imports with **origin_type_ids**, to link with the imported types without knowing the OpenAtlas ID before. **origin_type_ids**.

Back