Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Masking With Talend

Hello guys,

 

I am evaluating Talend for a client that needs a ETL with data "de-identification" and I found this:

 

https://www.talend.com/blog/2015/11/17/a-surprisingly-simple-but-effective-masking-system/

 

It seems to be an existent feature for Talend Data Fabric, but I could not find this "tDataMasking" anywhere.

Does anybody know if it is available on the Open Source versions and where I could find it?

And if it is not, do you guys think it is a good idea to create something that adds that functionality?

 

Thank you

Labels (2)
1 Reply
Anonymous
Not applicable
Author

I believe the tDataMasking component is just supplied with the Enterprise Edition or Data Fabric. However, depending on how you want to mask your data, this would be really easy to implement using a bespoke routine. Routines are basically Java classes. This means you have the entire third party Java api world at your fingertips.