...
- The first column in this file must always be
SORID
, a unique string identifying the record. - Remaining columns are specified as follows:
Model.field.[type]
, for exampleEmailAddress.mail.personal
orOrgIdentity.affiliation
- Values for
OrgIdentity.valid_from
andOrgIdentity.valid_through
may be in any format supported by strtotime(), but are expected in UTC - Values for
OrgIdentity.date_of_birth
are expected inYYYY-MM-DD
format Name.primary_name.type
may be used to specify a primary name, otherwise the first name found will be considered primary- [type] uses the type's
name
value, not the type'sdisplay name
value
- Values for
Identifier.identifier.type+login
, to flag that this column represents a login identifier, for exampleIdentifier.identifier.network+login
AdHocAttribute.tag
, for exampleAdHocAttribute.color
...