Convert to File is adding JSON field name to output file

Describe the problem/error/question

I’m using the attached workflow (partial) to modify a CSV file. When I output the results to a actual file, the field name from the JSON object is appended as a row to the beginning of the output file. How can I get rid of this?

What is the error message (if any)?

None

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.53.2
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (npm):
  • Operating system: Ubuntu 24.04 LTS

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Figured out a workaround.

Export to TXT - not CSV.

I’m thinking there might be a bug in the CSV routine.

Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.