The Auto Link feature automatically matches source and target fields
and creates data links between them. Fields can be linked on exact name
match or on fuzzy name match.
Exact name match — The source
and target field names must match exactly (ignoring case).
Fuzzy name match — The target
fields are processed in two passes:
The first pass links source and target field names that match exactly.
The second pass creates links if:
The target field name
is a sub-string of the source (ignoring case)
The source field
name is a sub-string of the target
Neither the data type nor the length is considered in determining a match.