In the CSV Writer node, it would be extremely helpful to have a Boolean configuration flag that controls whether column headers are enclosed in quotation marks.
Some downstream CSV importers treat quoted fields differently from unquoted ones and apply this distinction to data rows only, not to headers. When the CSV Writer always quotes column names, these tools may misinterpret the header line or fail to map columns correctly.
A simple option such as:
- Quote column headers:
true/false
would provide full control and improve compatibility with a wider range of external systems.
Thanks for considering this enhancement.