The matching criteria used to find attributes, based on profiling metrics.
Label | Description | ||
|---|---|---|---|
Attribute profiling metric | Find attributes using the typed in profiling metric name. Can exist on attributes in source mappings. | ||
Case sensitive | Indicates if the profiling metric name matching is case sensitive. | ||
Metric required | Indicates whether the profiling metric name has to be on the attribute. If the checkbox is clear and the profiling metric name is not found, it is considered a match. | ||
Validation expression | The expression used to validate the matching profiling metric. The metric value is held as strings, use int(x) and bool(x) to convert the string value into numbers or booleans, respectively.
|