magento 2 read csv from ftp returns a string and not an array
I'm working with Magento 2, I need to read a file through ftp connection. I can login to ftp but I cannot read the csv file. What I did so far (I cut all the unnecessary parts): use MagentoFrameworkFileCsv; use…