I have a folder, in the folder there is a CSV format file. I want to filter a CSV file to only take some data. then I want to convert the CSV file into an Excel file and put it in a new folder.
How do I do the above activity repeatedly with many and different CSV files?
I already have a folder containing excel files that I haven’t converted. Now I want the data in the Excel file to be automatically copied to the Excel template file that I have. after the data is copied to the excel template file. The template file is sent directly to email from the data I have.
please help, how can the task flow be implemented using UiPath?