System.Activities System.Activities.Statements System.Activities.Expressions System.Activities.Validation System.Activities.XamlIntegration Microsoft.VisualBasic Microsoft.VisualBasic.Activities System System.Collections System.Collections.Generic System.Data System.Diagnostics System.Drawing System.IO System.Linq System.Net.Mail System.Xml System.Xml.Linq UiPath.Core UiPath.Core.Activities System.Windows.Markup System.ComponentModel System.Runtime.Serialization System.Xml.Serialization UiPath.UIAutomationCore.Contracts UiPath.UIAutomationNext.Enums UiPath.UIAutomationNext.Activities UiPath.Platform.ObjectLibrary UiPath.Shared.Activities UiPath.Excel UiPath.Excel.Activities System.Activities Microsoft.VisualBasic mscorlib System.Data System.Data.DataSetExtensions System System.Drawing System.Core System.Xml System.Xml.Linq PresentationFramework WindowsBase PresentationCore System.Xaml UiPath.System.Activities UiPath.UiAutomation.Activities System.Runtime.Serialization UiPath.UIAutomationCore UiPath.UIAutomationNext UiPath.UIAutomationNext.Activities UiPath.Platform UiPath.Excel.Activities True [str_masterWorkbookPath] ["C:\Users\ashwin.ashok\Downloads\tranferTableMaster.xlsx"] [str_updateWorkbookPath] C:\Users\ashwin.ashok\Downloads\transferUpdate.xlsx [dt_result] [dt_masterData.Clone()] [dt_result] [(From row In dt_masterData.AsEnumerable() Let upd = dt_updateData.AsEnumerable().Where(Function(w) w("ID").ToString.Trim.Equals(row("ID").ToString)).ToArray() Let ra = New Object(){row("ID"),row("Service Type"),row("Assets SN"), upd.First().Item("Status"),upd.First().Item("Issue"),row("Name"),row("Project")} Select dt_result.Rows.add(ra)).CopyToDataTable()]