Dqs Cleansing Element
X-Ref:
- Ast Dqs Cleansing Node
- Ast Single In Transformation Node
- Ast Transformation Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ConnectionName | AstSqlServerDqsConnectionNode | Specifies the connection the SQL Server DQS instance that should be used for this cleansing operation. This is a required reference to an existing definiton. | |
KnowledgeBase | String | Specifies the name of the DQS knowledge base that should be used for this cleansing operation. This is a required property | |
Name | String | Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property | |
EnableAppendedDataColumn | Boolean | False | Specifies whether a column including any additional values from a reference data provider should be included in the output path for each selected input column. |
EnableAppendedDataSchemaColumn | Boolean | False | Specifies whether a column including the schema for additional values from a reference data provider should be included in the output path for each selected input column. |
EnableConfidenceColumn | Boolean | False | Specifies whether a column including the confidence level for the correction should be included in the output path for each selected input column. |
EnableReasonColumn | Boolean | False | Specifies whether a column including the reason for the correction should be included in the output path for each selected input column. |
EncryptConnection | Boolean | False | Specifies whether the connection between SSIS and DQS should be encrypted. |
LocaleId | Language | Inherited | This value specifies which locale is used by the dataflow task. |
StandardizeOutput | Boolean | False | Specifies whether the ouput values should use the standardized format provided in the knowledge base domain. |
ValidateExternalMetadata | Boolean | true | This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time. |
Singleton Children
Child | API Type | Description |
---|---|---|
<ErrorHandling /> | AstComponentErrorHandlingNode | Specifies the error handling defaults to apply to an entire component |
<InputPath /> | AstDataflowInputPathNode | AstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path. |
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. |
<Columns> <Column /> </Columns> | AstDqsCleansingColumnMappingNode | This is the collection of column mapping nodes that specify how to cleanse and process each data flow column of interest. |
<DataflowOverrides> Multiple Choices... </DataflowOverrides> | AstDataflowOverrideNode | Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns. |