EMAIL

This page describes the EMAIL function in Lenses SQL.

EMAIL(emailExpr)

Anonymize the value and obfuscate an email address.

Available in:

ProcessorsSQL Studio

Sample code:

USE `kafka`;
SELECT 
 EMAIL(email) AS email_hidden,
 email 
FROM users-events
LIMIT 1;

Output:

{
  "value": {
    "email_hidden": "B*****@hotmail.com",
    "email": "Brenda.Pierce@hotmail.com"
  }

Last updated

Logo

2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.