I download a CSV file from a FTP server, but I can’t get the datas in the file, I don’t understand why but the node Spreadsheet File doesn’t return anything.
Hi @BenJ I just tried to test this with downloading a csv file from my own FTP server and running it through the Spreadsheet File node, but the output was what I expected Can you provide a sample csv that you’re seeing this behaviour with? Obviously please redact any sensitive data
Just had a play around with this - it looks like if you only have the one line, the Spreadsheet node might assume those are just the header rows, and the actual data is empty. When I inserted a row above your data, I got this as an output:
Just a quick one that I forgot about, In the options for Spreadsheet File you can disable the Header file option but the downside there is our CSV parsing is comma seperated so you would need to do some more magic to split out the items.