Comma-Separated Value (CSV) identity feed
The Comma-Separated Value (CSV) identity feed provides capability for reading comma-separated value (CSV) file to add users to IBM Verify Identity Governance.
CSV service type
This identity feed service type parses identity feeds with CSV file formats that comply with RFC 4180 grammar. The IBM Verify Identity Governance parser has the following RFC enhancements:
- Trims leading and trailing white space from unquoted text in a field. In contrast, RFC 4180 regards all space to be significant, whether inside or outside of quotation mark delimiters.
- Allows quoted and unquoted text to be in the same field. In contrast, RFC 4180 does not allow both text types in the same field.
- Does not enforce the RFC 4180 restriction that all records have the same number of fields. However, the code that calls the CSV parser reports an error if a record has more fields than the CSV header has.
- Allows record termination to use carriage return (CR) or to use carriage return/line feed (CR/LF) to be compatible with both UNIX and DOS base files. In contrast, RFC 4180 terminates all records with carriage return/line feed (CR/LF).
Services that use CSV files
- CSV identity feed
- Custom services that use the Manual Service Provider type. These
custom services use a CSV file format for the reconciliation upload
file. This service type can be used for both identity and account
feeds.
By default, all accounts defined in a CSV file for reconciliation of a manual service are marked as active in Identity Manager. To suspend a person or account using a manual service reconciliation, add the
erpersonstatus
or theeraccountstatus
attribute to the CSV file (depending on whether the feed is for identities or accounts). A value of0
(zero) indicates active. A value of1
indicates inactive. - Custom services that use the Directory Integrator Adapter Provider type that use the IBM® Security Directory Integrator CSV connector. This service type can be used for both identity and account feeds.
CSV file format
uid,sn,cn,givenname,mail,initials,employeenumber,erroles
The sn
and cn
attributes
are required by the object classes used by IBM Verify Identity Governance to
represent a person. The identity feed process uses all objects in
the file. The CSV file cannot contain binary attributes.
You might use a multi-valued attribute to specify a user who has membership in multiple groups. Groups might include Service Owner, Windows Local Management (a self-defined group), and Manager. If you include multi-valued attributes, they must be represented by using multiple columns with the same attribute name.
cn, erroles, erroles, erroles, sn
cn1,role1, role2, role3, sn1
cn2,rolea,,,sn2
The record that you feed into IBM Verify Identity Governance might not have an email address for the user. That user does not receive a notification email that contains the password for a new account, and must call the help desk or contact the manager.
CSV connector for IBM Security Directory Integrator
Information about the CSV connector for IBM Security Directory Integrator is available in the following product directory:
IM_HOME/extensions/versionNumber/examples/idi_integration/HRFeedCSV/ITDIFeedExpress
(For example, /opt/IBM/isim/extensions/6.0/examples/idi_integration/HRFeedCSV/ITDIFeedExpress)
UTF-8 encoding in an identity feed file
Your identity feed file must be in UTF-8 format. You must use an editor that supports UTF-8 encoding.
- Windows
The following are UTF-8 capable: Microsoft Word 97 or later, or the Notepad editor that is included with the Windows 2003 Server or Windows XP operating systems.
To save a file in UTF-8 format using Notepad, click Encoding field and select UTF-8.
. Then, expand the list of choices for the - Linux®
The Vim text editor (a version of the classic vi editor) is UTF-8 capable. To work with files in UTF-8 format using the Vim text editor, specify the following:
:set encoding=utf-8 :set guifont=-misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
If your version of UNIX does not include this text editor, access this Web site:
For an exact list of the 7-bit ASCII characters as supported by UTF-8, access this Web site and click the Basic Latin link in the first column: