Hi ArunUday,
Welcome to the community…!
You can easily solve the above problem by :-
1.Read the source column as a string using read cell activity and store it in a string.
1.Using for each to loop through the row of names in excel 1.
2. for each name, use a regex to locate the designation and extract it from the group, like for example, Ramanna\s(\b\w*) is the regex, in which matches.groups(1).value will give you sqa text…
hi ArunUday,
Please find attached the working .xaml file.
I have created a dummy excel with dummy names in “Names” sheet and “NamesDaesignation” sheet having the date for designation.