n8n Community Node for Streaming CSV from Microsoft SQL Server
JSON →An n8n community node (v1.1.2, latest) that connects to Microsoft SQL Server, executes a SELECT query, and returns the result as a binary CSV file. It is designed for streaming large result sets (millions of rows) without exhausting memory, using temporary file-based buffering. This differentiates it from in-memory CSV converters and allows handling of large exports within n8n workflows. The node adds execution metadata (row/column count, file name) to the output JSON. It requires the `n8n-workflow` peer dependency and uses the built-in Microsoft SQL credential type. The package is maintained irregularly by a community contributor.