JSON to CSV Transformer (Deprecated)
Discover more about the JSON to CSV Transformer component and how to use it on the Digibee Integration Platform.
Parameters
Parameter
Description
Default value
Data type
Messages flow
Input
{
"data": [
{
"product": "Samsung 4k Q60T 55",
"price": 3278.99
},
{
"product": "Samsung galaxy S20 128GB",
"price": 3698.99
}
]
}Output
JSON to CSV Transformer in action
Informing a value as object with the configuration "Coalesce: false" and "Fail On Error: false"
Input
Output
Informing a value as object with the configuration "Coalesce: true" and "Fail On Error: false"
Input
Output
Informing a value as object with the configuration "Coalesce: false" and "Fail On Error: true"
Input
Output
Was this helpful?