Does SQLLoader source support JDBCBuildMap Rule?

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?

1 Like

Hi Dmitry,
I do not think SQLLOADER supports BuildMap rule as per the documentation

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.