Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:02 PM
Hello All,
I am working on import pre-processor configuration for the CSV file based user import. I would like to know how does the pre-processor picks up the 'current' user record which is being processed for modification.
As given below, I am preparing the data for preprocessing. Here USER_ACCOUNTS data returns more than one record which is expected however how do I pass the single record from the list to the preprocessor query based on the current user being processed.
"ADDITIONALTABLES":
{
"USERS":"SELECT USERKEY FROM USERS",
"ACCOUNTS":"SELECT ACCOUNTID,ACCOUNTKEY,ENDPOINTKEY FROM ACCOUNTS WHERE ENDPOINTKEY=5",
"USER_ACCOUNTS":"SELECT * FROM USER_ACCOUNTS"
},
Thanks,
Pallavi
Solved! Go to Solution.
04/12/2022 02:14 PM
Purpose of Additional Tables is to prepare dataset on which preprocessor queries will be run.
04/12/2022 02:14 PM
How many additional tables is exposed into the preprocessor JSON?