Hello, i’m about to build my first automation robot whith Uipath.
I need to access to a FTP server, in which every days are deployed several costumer CSV files with information related to objects sent by them.
I need the robot access the FTP, then enter the costumer directory
and when inside the directory, he must look for the last csv file
open it and then extract data from some columns to a excel file.
How can i do it?