Using Application Buillder task:
Csv goes like this :
name,connector,templateApplication,file,delimiter,hasHeader,encoding,description,schemaObjectType.1,schemaAttribute.1.name,schemaAttribute.2.name,schemaAttribute.3.name,schemaAttribute.4.name,schemaAttribute.5.name,schemaAttribute.6.name,schemaAttribute.7.name,identityAttribute
Delimited_Bulk_Hr,Delimited,Delimited Template,/Users/yashsmac/Downloads/Citadel/App Builder/HR.csv,",",TRUE,UTF-8,HR identities import,account,employeeId,firstName,lastName,email,department,location,jobTitle,employeeId
Delimited_Bulk_Account,Delimited,Delimited Template,/Users/yashsmac/Downloads/Citadel/App Builder/Account.csv,",",TRUE,UTF-8,Account import,account,accountId,role,application,employeeId,username,status,accountId,accountId
Account.csv (173 Bytes)
HR.csv (300 Bytes)
Failed to create the application 'Delimited_Bulk_Account'. Retrieving file stream was successful, but there was a failure iterating objects. This application does not have an account schema defined. Connector Exception: java.lang.RuntimeException: Identity attribute [null] was not found. sailpoint.connector.ConnectorException: Retrieving file stream was successful, but there was a failure iterating objects. This application does not have an account schema defined. Connector Exception: java.lang.RuntimeException: Identity attribute [null] was not found. at sailpoint.connector.DelimitedFileConnector.testConfiguration(DelimitedFileConnector.java:452) Identity attribute [null] was not found. Object [{accountId=A1001, role=user, application=MySQL_HR, employeeId=E1001, username=jdoe, status=active}] <?xml version='1.0' encoding='UTF-8'?> Identity attribute [null] was not found. Object [{firstName=John, lastName=Doe, jobTitle=Software Engineer, employeeId=E1001, location=New York, managerId=E2000, department=Engineering, email=john.doe@example.com}]