top level exact match condition, if records matched no further tests will be performed
for all levels (except top level) shared deterministic condition for narrow down the search space
a list of common match conditions, all of them will be tested
for all levels (except top level) shared deterministic condition for narrow down the search space
Apply SmvEntityMatcher to the 2 DataFrames
Apply SmvEntityMatcher to the 2 DataFrames
DataFrame 1 with an id column with name "id"
DataFrame 2 with an id column with name "id"
a DataFrame with df1's id as "id" and df2's id as "_id" and match flags of all the levels. For levels with fuzzy logic, the matching score is also provided. A column named "MatchBitmap" also provided to summarize all the matching flags
top level exact match condition, if records matched no further tests will be performed
a list of common match conditions, all of them will be tested
SmvEntityMatcher Perform multiple level entity matching with exact and/or fuzzy logic
top level exact match condition, if records matched no further tests will be performed
for all levels (except top level) shared deterministic condition for narrow down the search space
a list of common match conditions, all of them will be tested