Functions / Transformations
Overview
How to Create a Custom Function
Example:
function myTransformation(input) {
return input.toLowerCase();
}Common Use Cases
Built-In Functions: Anonymization & Pseudonymization
Last updated
Was this helpful?