Hi everyone ,
My requirement is i have two excels namely 1.jobinfo and 2.jobrelationship with 1000’s of records with many columns i have attached sample of required columns
datatable 1
datatable 2
Vlookup ‘EmpID’ against dt2
If ‘EmpID’ not found, skip
- Filter ‘Relationship Type’ = ‘O&P BP’
- If the number of rows returned is 0, skip
- If the number of rows returned is 1, Copy ‘job relation career name’ to 'Career Name’ column in dt1
suggest me linq query for the above query
@Palaniyappan @Yoichi @Rahul_Unnikrishnan @ppr
thanks in advance