Describe the issue/error/question
Scenario: Download a csv format file from SFTP and parse it to find certain records and pass the filtered records to next node.
Please share the workflow
Share the output returned by the last node
Information on your n8n setup
- **n8n version:0.177.0
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]:Docker,npm
Hey @Deshdeep, it’s indeed possible to parse a downloaded CSV file, the Spreadsheet File node would do the job.
The file ending .001
from your screenshot suggests your file could be something else than a CSV though, so you might want to confirm this first.
Hey Mate Appreciate your prompt response
It’s just the file name the format is .csv
1 Like
Excellent, thanks so much for confirming!