how to read unique dates from a particular column from an excel file and write into new excel file
Follow these steps -
- Read Excel Column using read range activity, the output will be in a data table.
- Remove duplicate rows activity for removing the duplicates from a data table. Output will be in a data table.
https://activities.uipath.com/docs/remove-duplicate-rows - Write Range Activity with an output (data table) of second step.
Regards,
Karthik Byggari
1 Like