CSV Writer Module
We’ve released a new CSV Writer module, built on top of the existing CSV Stream Writer. It extends functionality by enabling the creation of a single CSV file from an incoming array, allowing entire batches of data to be written at once. The module now supports two modes: Single File and Append and Roll (preserving the CSV Stream Writer’s behavior). In addition, we’ve optimized performance to reduce bottlenecks in flows, and the module is now also available on Windows Nodes.
Tip: The module can now be used on Windows Nodes as well.