Hi, I’m new to n8n and finding it very interesting and powerful tool but running into some very basic issues that I’m not finding answers to. I have a simple workflow that I want to open a CSV file and add to it based on the results from a HTTP retreiver. The issue is the Read/Write file node doesn’t seem to load the contents of the file, it just shows me the file name and location. I’ve tried linking this to a convert to csv node and have not had success.
thanks so much for testing. This is very strange. I got the file by downloading from a google sheet. I just tested again with a file from Numbers saved as a CSV.
The contents of the file is just:
id,Threads,rate Limit,Rate Limit Remainining,Wait Time,
123,test,200,200,200,
I also tried putting everything between quotes.
If I change the source type to text I can see the contents but nothing when csv is selected.
Ok, well I guss I’m an idiot. I tested with a few other files and got it to work. I think one of my files had an extra comma (column) in it that was not in one of the rows. Anyway, thanks for the help, I’m moving forward now