Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:roles_-_import_data_from_csv [2019/06/10 11:18]
hanakp [Run the task]
tutorial:adm:roles_-_import_data_from_csv [2019/06/12 14:15]
hanakp
Line 1: Line 1:
 ====== Roles - Import of data from CSV ====== ====== Roles - Import of data from CSV ======
  
-==== Prepare CSV file ====+===== 1a. Prepare some virtual system ===== 
 + 
 +Please use [[tutorial:adm:how_to_create_virtual_system|this]] tutorial to do so! 
 + 
 +==== 1b. Prepare CSV file ====
  
 Here is an example of CSV file which can be used for import roles. Here is an example of CSV file which can be used for import roles.
Line 32: Line 36:
 - Column with description - name of the column with role description, can be also used to update description - Column with description - name of the column with role description, can be also used to update description
 - Column separator - separator of columns in csv file - Column separator - separator of columns in csv file
-- Multi value separator - ( Char, default: new line ) separator of multi value values in csv file+- Multi value separator - ( Char, default: new line ) separator of multi valued role names in csv file, new line separator is default export from excel, but for better clarity of csv file, it's recommended to use some symbol instead
 - System name - name of the system to connect with roles - System name - name of the system to connect with roles
 - MemberOf attribute name - ( default: rights ) - name of multi valued attribute for merge, attribute named "rights" is automatically created on every virtual system, but you can create your own and change setup of LRT - MemberOf attribute name - ( default: rights ) - name of multi valued attribute for merge, attribute named "rights" is automatically created on every virtual system, but you can create your own and change setup of LRT
Line 51: Line 55:
  
 Everything should be set up so far and when the task ends, roles are imported in IdM, placed in catalogue named by system name. Everything should be set up so far and when the task ends, roles are imported in IdM, placed in catalogue named by system name.
 +
 +==== Known issues ====
 +
 +If you delete or upload new file via dropzone, you should delete old files, created from previous uploads.
 +
  • by apeterova