id column name of left DF (df1)
id column name of right DF (df2)
for exact match leftovers, a deterministic condition for narrow down the search space
a list of level match conditions (always weaker than exactMatchFilter), all of them will be tested
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"
whether to keep all input columns of df1 and df2, default true
a DataFrame with df1's id and df2's 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. When keepOriginalCols is true, input columns are also kept
for exact match leftovers, a deterministic condition for narrow down the search space
id column name of left DF (df1)
a list of level match conditions (always weaker than exactMatchFilter), all of them will be tested
id column name of right DF (df2)
SmvEntityMatcher Perform multiple level entity matching with exact and/or fuzzy logic
id column name of left DF (df1)
id column name of right DF (df2)
for exact match leftovers, a deterministic condition for narrow down the search space
a list of level match conditions (always weaker than exactMatchFilter), all of them will be tested