Describe the problem/error/question
I build a flow which fetches a csv file from my ftp. It then translates the file with a http request to DeepL. After the values in the columns has been translated, the file is being converted back to csv and then uploaded to a ftp again. The flow works so far.
The issue I am facing now is, that I lose the file structure from the original file. The header row changes, the columns have different names and some columns are added. My aim is to keep the structure and the header row as it is in the original input file.
How can I do this?
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: