Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/28/2023 01:28 AM
Hi,
i have created a new dataset importing a csv file with all the special character that I want to be substitue by the standard ones. I have also created a custom query job to test it, like this:
in the dataset there are 500 characters, but when I run the custom query job this failed and don't sostitute with the standard character. What's the problem?
Also, i have create this dataset because i want that the character have been substitute when i generate the email that is firstname.lastname, how can I modify the query with this? thank you
05/01/2023 08:12 AM
Hi @nfraternali ,
Please refer to below documentation. on how to normalize the identity data with the help of DB functions. You can use the function in the preprocessor for user import. There are samples provided on how to configure preprocessor and use the DB functions.
Thanks,
05/15/2023 02:06 AM
Hi,
yes i've seen this documentation, but just to test it I used the customquery job and it doesn't substitute all the characters i inserted in the csv file. I attach the file (open it with notepad or someone else but not with excel because it gives problems). What could be the problem?
05/16/2023 04:51 AM
Hi @nfraternali
File looks okay, you can try with simple query in analytics and see what's the issue-
select FN_EIC_REPLACE('darsĂas','Special') as id
Just go to analytics creation and just do a preview and see if you are able to get the result.
Thanks
Darshan