Apply standard data format process to outgoing data
Overview
Formatters are mainly used for direct storage whereby data tools such as PySpark, Apache Presto, DuckDB, MongoDB, Postgres, MySQL etc,. can use the data directly without further overhead.
This is useful for stream processing systems where data from different sources or formats needs to be transformed into a consistent event format for downstream processing.
JSON
Standard JSON formatter converts processed events to a JSON string using specified attributes