Project

General

Profile

Task #880

Updated by Marcel Poul over 6 years ago

1) The aim of this ticket is to implement our own CSV connector, since Tirasa one is %@#$#$^. 

 It should be really easy and basic. basic 
 * CSV with given format 
 
   * Includes header 
 
   * UTF8 
 
   * Every attribute is String 
 
   *    ';' separator - so it CANNOT be used as column value 
 
   * empty value of column is sent to IdM as null 
 
   * multi word values in column CAN be inside "" 
 
   * no support for multivalued attributes now (be prepare it will be used in the future) 

 Even though the format is given now, be avare that it is going to be enhanced in the future... 

 KEEP IT SIMPLE, so every basic administrator of IdM can use it to synchronize data. 


 2) During connector implementation create a new tutorial to wiki https://wiki.czechidm.com/tutorial

Back