Fields
Sample data
This step writes a file rather than transforming the data, so there is no before/after to show. The configuration below writes each order to its own JSON file under anexports folder, taking the file name from the order id and overwriting any existing file with the same name.
| Field | Value |
|---|---|
| Filesystem connection | The connection files are exported to |
| When the file exists | Overwrite (left empty) |
| Path | Custom path exports/order-&{order.id}.json |
| Contents | Custom content built from the data |