Hi, i'm looking for a way to read big CSV and XLSX files from my local network with FTP protocol, is there anyway to do this with Outsystems 10.0.8.x?
Hi Davi,
There are some (S)FTP components in the Forge that you can use. With those you can get the file binaries from the FTP-server. After that you can just use ExcelToRecordList for the XLSX-binary, or one of the CSV-components from the Forge for the CSV-binary that does the same for you.
Does this answer you question?
Regards,Lennart
Lennart Kraak wrote:
Yes, actually its helps a lot. Thank you so much!
If you don't find a solution with the forge's components, you can create a C# Extension with the FtpWebRequest class.
Regards,
Leandro.