How to delete duplicate column in excel using UiPath
Step1: Read the excel with 'AddHeaders' unchecked.
Step2: Transpose the Resulting DataTable using 'Invoke Code' Activity.
Step3: Use 'Programming --> DataTable-->Remove Duplicate Rows' Activity to remove
Comments
Post a Comment