• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Dqs Cleansing Column Mapping Element

API Type:
Varigence.Languages.Biml.Transformation.AstDqsCleansingColumnMappingNode
X-Ref:
  • Ast Dqs Cleansing Column Mapping Node

Attributes

AttributeAPI TypeDefaultDescription
ColumnNameString 
Specifies the name of the input column that should undergo correction via the rules specified in the DQS domain. This is a required property
DomainString 
Specifies the name of the domain to use for correcting the values in this column. This is a required property
ConfidenceAliasString 
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.
OutputAliasString 
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'.
ReasonAliasString 
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.
SourceAliasString 
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'.
StatusAliasString 
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

ChildAPI TypeDescription
<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.

© Varigence