Hi All,
I have two files with different column names. I have to compare a column from file A to file B if there are matching values. If found in File B then add a comment (Available) under a new column in File A. And also check for the corresponding value in a different column in File B and add that value as a part of comment.
File A column names - ISO2_Country Code, ERP Value, Name & Comments
File B column names - Country, Region, Region Description
1. Compare "ISO2_Country Code" with "Country" column
2. For all the matches found compare the "Name" column from file A to "Region Description" column from file B.
3. If there is a match set the "Comments" column to Available. And check for the corresponding value in column "Region" and update the same in comments after the Available.
4. Else set the "Comments" column to Not Available.
Thanks in advance
Regards,
Vandhana C