Hi here,
It is unclear at public documentation does SQLLOADER (HXTT Text driver) IdentityNow OOB source a) support BuildMap Rule b) if it’s supporting, should it be delimited text file BuildMap rule or JDBCBuildMap rule?
In both cases the name of driver is also unclear:
import sailpoint.connector.*;
Map map = JDBCConnector.buildMapFromResultSet(result, schema);
Vs
import sailpoint.connector.DelimitedFileConnector;
Map map = DelimitedFileConnector.defaultBuildMap( cols, record );
What is the right internal SQLLoader connector name for Rules, is it ‘JDBCConnector’, ‘DelimitedFileConnector’ or something like HXTTConnector? When we enable the logging for debug, what the name of sqlloader source driver shoul be in the log4j2.properties file?