Merge Datatables using LINQ in UiPath

Опубликовано: 01 Ноябрь 2024
на канале: One Minute RPA with Mannoj
442
8

This video will describe how to merge more than one datatables using LINQ using Uipath

Problem statement : we have 3 three different tables that comes from different source in the same format and requirement here is to combine all the tables into one

Run the following query to get the results

Datatable1.AsEnumerable().Union(
Datatable2.AsEnumerable().Union(
Datatable3.AsEnumerable(),DataRowComparer.Default),
DataRowComparer.Default).CopyToDataTable()

Code Repo : https://github.com/manojbatra071/UiPa...

#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio #linq


#rpa #uipath #OneMinuteRPA #uipathrpa #uipathstudio