JavaScript transformation
Transform and filter events using in-proc JavaScript function
During the replication, you might want to transform events using some complex rules. For example, some fields need to be removed, the JSON schema should change, or some data need to be merged, split, or even enriched with external data.
Transformations allow you:
For this purpose, you can use the transformation function. Find out more about available transformation options on pages listed below.
Transform and filter events using in-proc JavaScript function
Transform and filter events using out-of-process HTTP server