Dqs Cleansing Column Mapping Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ColumnName | String | Specifies the name of the input column that should undergo correction via the rules specified in the DQS domain. This is a required property | |
Domain | String | Specifies the name of the domain to use for correcting the values in this column. This is a required property | |
ConfidenceAlias | String | Specifies the name of the output column that should be created to store the confidence level for the correction applied to this column. If not specified, the ConfidenceAlias will default to the name of the input column followed by '_Confidence'. This value will be ignored if EnableConfidenceColumn is not set to true on the parent DQS Cleansing component. | |
OutputAlias | String | Specifies the name of the output column that should be created to store the corrected value for this column (or the original value if no correction was performed). If not specified, the OutputAlias will default to the name of the input column followed by '_Output'. | |
ReasonAlias | String | Specifies the name of the output column that should be created to store the reason for the correction applied to this column. If not specified, the ReasonAlias will default to the name of the input column followed by '_Reason'. This value will be ignored if EnableReasonColumn is not set to true on the parent DQS Cleansing component. | |
SourceAlias | String | Specifies the name of the output column that should be created to store the original value for this column. If not specified, the SourceAlias will default to the name of the input column followed by '_Source'. | |
StatusAlias | String | Specifies the name of the output column that should be created to store the status information for this column. If not specified, the StatusAlias will default to the name of the input column followed by '_Status'. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |