Hi All, I'm quite new to the Alteryx and I need some directions within my project. I've prepared workflow that extracts data from multiple ORACLE tables and joins each one with the table of employees data. Main part of the workflow is based on a batch macro that uses EXCEL file with list of of ORACLE tables. Now I'm stuck on part where I need to anonymise some employees data from particular regions in some of the columns.
I'm wondering how to do this, I thought to create some EXCEL file with mapping for particular tables having columns names to anonymise and mapping with regions that require anonymisation. I would like this to be an EXCEL file so it will be easy to add new columns/regions that need to be anonymised.
Can anyone advise if this can be done with Alteryx already existing tools? Or maybe anyone can share other ideas how to accomplish this?
Below some example how this should work.
Hi @tomek1988231 ,
This method may work for your use case:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Masking-Data-for-Security/td-p/29834
Best wishes
I've got an anonymous suggestion for you. Don't extract real data from oracle on employees. If during the extraction process, you can zap the data, do it there.
yes, we can anonymize the data within Alteryx, but the data is present. I think that it is best to do this early unless you need to process special rules that require the presence of data.
cheers,
mark
Hi, this might worki, but how to pass a certain list of columns to be masked to this formuła? I think I should use the Dynamic or uninown Field option but not surę how to iterate though columns to check if requires masking....