tDataUnmasking
Unmasks data masked with the tDataMasking component to retrieve the original data.
This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.
The tDataUnmasking component can only unmask data masked with the tDataMasking component, using the FF1 with AES or FF1 with SHA-2 method combined with a user-defined password.
In local mode, Apache Spark 2.4.0 and later versions are supported.
For each column to unmask from the input data, select the unmasking function that corresponds to the related data masking function in the tDataMasking component.
The following tables list the corresponding functions for the tDataMasking and tDataUnmasking components.
Function in tDataMasking | Function in tDataUnmasking |
---|---|
Replace all | Replace all |
Replace the first n characters | Replace the first n characters |
Replace the last n characters | Replace the last n characters |
Replace characters between two positions | Replace characters between two positions |
Replace all letters | Replace all letters |
Replace all digits | Replace all digits |
Keep the first n digits and replace following ones | Keep the first n digits and replace following ones |
Keep the last n digits and replace previous ones | Keep the last n digits and replace previous ones |
Function in tDataMasking | Function in tDataUnmasking |
---|---|
Mask French phone number | Unmask French phone number |
Mask German phone number | Unmask German phone number |
Mask Japanese phone number | Unmask Japanese phone number |
Mask UK phone number | Unmask UK phone number |
Mask US phone number | Unmask US phone number |
Function in tDataMasking | Function in tDataUnmasking |
---|---|
Mask French SSN | Unmask French SSN |
Mask German SSN | Unmask German SSN |
Mask Japanese SSN | Unmask Japanese SSN |
Mask UK SSN | Unmask UK SSN |
Mask US SSN | Unmask US SSN |
Mask Chinese SSN | Unmask Chinese SSN |
Mask Indian SSN | Unmask Indian SSN |
Function in tDataMasking | Function in tDataUnmasking |
---|---|
Mask bank code and account number and keep original country | Unmask bank code and account number and keep original country |
Mask account number and keep original country and bank code |
Unmask account number and keep original country and bank code |
Function in tDataMasking | Function in tDataUnmasking |
---|---|
Mask Credit Card and keep bank | Unmask Credit Card and keep bank |
Mask Credit Card | Unmask Credit Card |
You must also select the values from the Method and Alphabet lists, and enter the Extra Parameter set when the input data was masked using tDataMasking.