Fields
Sample data
This step runs as part of a route, writing to a filesystem connection rather than transforming an item in place, so there is no before/after to show. It collects every item passing through, writes them into one file using the chosen formatter, and then outputs a single item with the path of the file it created, for example{ "path": "exports/products.csv" }.
A small example configuration that writes all items as a CSV to a filesystem connection: