I want map data from 2 file
file input
file map data (In real data have 100K row)
I have file input as below.
I want match column App for all sheet except sheet output.
and have file for map data as below.
If value column APP in file input have found in Column APP in file Mapdata.
I want to copy data in column ADR1_2 , CLTADDR03 , CLTADDR04 , CLTADDR04 , CLTPCODE to column Address1 , Address2 , Address3 , Address4 , Address5 in file input.
Please guide me for solve it.
input (4).xlsx (15.1 KB)
map data.xlsx (9.0 KB)
1 Like
Srini84
(Srinivas Kadamati)
January 30, 2022, 11:45am
3
@fairymemay
Try with Join Datatable activity
Hope this may help you
Thanks
@Srini84 How to use join datatable ?
Srini84
(Srinivas Kadamati)
January 30, 2022, 11:56am
5
@fairymemay
Check below for your reference
UiPath.Core.Activities.JoinDataTables Combines rows from two tables by using values common to each other, according to a Join rule, which is specified in the JoinType property. Properties Common DisplayName - The display name of the activity. Input...
Thanks
Hi may
Please find the attached overall project
May.zip (5.2 KB)
Thanks
Robin
system
(system)
Closed
February 2, 2022, 2:00pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.