Want to check the uniqueness of email from different sources, for this we have created non-indexed searchable account attributes in there included the AD and other direct connector source ID.
Is it possible to add the Delimited/Flat File source ID in searchable attributes? If not is there any other way to include this in the cloud rule for unique check?
Yes, it is possible to include the delimited source in the cloud rule for unique check. We have done it by using the source name in our AttributeGenerator rule.
Thanks for the solution but when we try to populate this by using unoptimized aggregation the flatfile doesn’t support right. Is there any way to populate the searchable attribute for flatfile?
Hi, just to confirm, are you asking if there is an option for running unoptimized aggregation for flat file? If yes, I think there is a cc api for running flat file unoptimized aggregation if it’s not already deprecated.
I just tested the flat file unoptimized aggregation in my tenant, its working for me. I wonder why its not working for you. Could you please share your cc API call?
This is the cc API call i have used
POST https://.api.identitynow.com/cc/api/source/loadAccounts/79720
Below are the error i have get when i tried this API call:
Go to your delimited source >> Accounts >> download the csv. Then in your postman, add a new key called file >> from the dropdown select “File” >> upload the CSV. This should work as expected.