Author
Mano Toth
Senior Technical Writer
We’re happy to announce that you can now use the redact APL operator to replace sensitive or unwanted data in string fields with regular expressions.
You can use the redact operator to sanitize log data, obfuscate personal information, or anonymize text for auditing or analysis. The operator allows you to define one or multiple regular expressions to identify and replace matching patterns. You can customize the replacement token, generate hashes of redacted values, or retain structural elements while obfuscating specific segments of data.
The redact operator is useful when you need to ensure data privacy or compliance with regulations such as GDPR or HIPAA. For example, you can redact email addresses, IP addresses, and other personally identifiable information from logs and datasets.
For more information, see redact operator in the documentation.