Extract From CSV node did not return any error or result

Extract from CSV node cannot read uploaded csv

Describe the problem/error/question

In my workflow, I have created simple web form to upload csv then added “Extract from CSV” node.

I am using sample csv from Sample CSV (Direct Link hw_25000.csv) and checked with CSV Validator. The CSV is valid.

When I uploaded the csv, “Extract From CSV” node did not return any error or result.

Did I miss something?

What is the error message (if any)?

No error and no result

Please share your workflow

Share the output returned by the last node

No error

Information on your n8n setup

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

Hello @Man

I downloaded the file and noticed that the columns contain quotes:
image
Because of this, it doesn’t work as expected..

Luckily, there’s an option called “Preserve Quotes”


If you activated it, it will work correctly and output the data as expected..

1 Like

@mohamed3nan Thanks. it is working

1 Like

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