Transformer
Last updated
Last updated
Transformer is a powerful task that provides a set of conversion and transformation functionalities.
Data is being sent between tasks in JSON format, but it is a very common use case to convert them to CSV or XML, for example, before sending them to someone as a report via Email or using them as an input for API endpoints.
Sometimes, when you aggregate some data it returns the result in a certain data format, but before sending it somewhere else, it is often necessary to convert it either to a string or to an integer.
The secret sauce of our transformers is the integration with GJSON library that allows you to extract and filter any data from your dataset. More information about its syntax can be found in their documentation.