Create your first automation in just a few minutes.Try Studio Web →
by YouTube
0
Snippet
<100
Summary
Summary
This workflow detects the duplicate column names and renames it by adding the number of occurrences as suffix.
Overview
Overview
This Snippet has three arguments:
Input Arguments:
1. in_FilePath (String): Path of the Excel file for reading and renaming the duplicate column names. Required.
2. in_SheetName (String): Name of the sheet in Excel file for reading and renaming the duplicate column names. Required.
Output Arguments:
1. out_DataTable (DataTable): This is the output argument which returns a DataTable after renaming the duplicate column names. Required.
Features
Features
This workflow renames all repeated column names and also makes sure that the renamed column names are not repeated.
Additional Information
Additional Information
Dependencies
UiPath.Excel.Activities UiPath.System.Activities
Code Language
Visual Basic
Technical
Version
1.0.0Updated
July 16, 2020Works with
Compatible with all Studio versions starting with 2018.4.1.
Certification
Silver Certified
Tags
Application
Support
UiPath Community Support
Resources