Advanced transformers¶
Advanced transformers are modifiable anonymization methods that users can adjust based on their needs by using custom functions.
Below you can find an index of all advanced transformers currently available in Greenmask.
- Json — changes a JSON content by using
delete
andset
operations. - Template — executes a Go template of your choice and applies the result to a specified column.
- TemplateRecord — modifies records by using a Go template of your choice and applies the changes via the PostgreSQL driver.