Karan28
(Karan Arora)
July 22, 2020, 4:45am
1
Hi All,
I have the compare the full rows of datatable dt1 and datatable dt2. All the rows of dt1 which are not present in dt2 , I have to copy all those rows and paste it dt2 below the present rows in dt2
Karan28
(Karan Arora)
July 22, 2020, 4:57am
3
Could you please explain in detail?
1996
(Neelima G)
July 22, 2020, 5:06am
4
Hi @Karan28 ,
Can you please refer below link
Hi Gaurav,
I have attached the comparison logic workflow. Kindly let me know if you got struck somewhere.
Thanks and regards,
Ananthu
Comparison logic.xaml (22.3 KB)
Hope this helps.
Thanks,
Neelima.
Srini84
(Srinivas Kadamati)
July 22, 2020, 5:06am
5
@Karan28
Check below post
Hi ,
Could you please share the solution here ,
Regards
Smitha
Mark as solution if this helps
Thanks
PFA for sample
Merge_Dt_WithUnique.xaml (7.9 KB)
ppr
(Peter Preuss)
July 22, 2020, 6:49am
7
IT Sounds that all columns are to Check
Have a Look Here as Well for identfying the rows for the merge
Introduction
In the majority of scenarios duplicated / Non duplicated rows can be identified by a few columns grace to the key column concept. In order to retrieve it, the group by approach helps
It can be done e.g. with some nice components from Connect or LINQ
In some scenarios all duplicated / non duplicated rows should be detected by checking all columns.
Setting up an approach without explicit listing all column names or column index would speed up the implementation.
Implementat…
Karan28
(Karan Arora)
July 22, 2020, 8:54am
8
Hey are we merging on the basis of which column?
Karan28
(Karan Arora)
July 22, 2020, 9:01am
9
Not satisfying my condition here Kanad.