Hi All,
I try to match between two string columns from different datasets. The two columns do not contain exact values to match, only a certain part is matching like below. I want to match "origin_city" with "standardized_city_name", and if matching, replace values of "origin_name" to value of "standardized_city_name"
dataset 1 : target data
dataset 2: source data
I already tried "Find and Replace" tool but it was not working. Can someone help to address a way to tackle the problem? thank you.