Hi!
I have a CSV with some reports and I have to process only transactions of June 2018
The file has a “Date” column and the format is yyyy/mm/dd
How do I manage to filter it and overwriting the DataTable I created with Read CSV activity?
Thanks!
Hi!
I have a CSV with some reports and I have to process only transactions of June 2018
The file has a “Date” column and the format is yyyy/mm/dd
How do I manage to filter it and overwriting the DataTable I created with Read CSV activity?
Thanks!
Hi,
Please use the attached code to achieve the same. Let me if you have any questions on the same.
FilterDataTableByDate_UiPath-main.zip (22.8 KB)
Hello,
Thank you so much for your time!