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

Documentation

Support Forums
What can we help you with?
Topics

Theobald Xtract Sap Source Element

API Type:
Varigence.Languages.Biml.Transformation.AstTheobaldXtractSapSourceNode
X-Ref:
  • Ast Theobald Xtract Sap Source Node
  • Ast Source Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionNameAstTheobaldXtractSapConnectionNode 
Specifies a reference to the Theobald XTRACT SAP connection that should be used to connect to the SAP database. This is a required reference to an existing definiton.
NameString 
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
TableString 
Specifies the name of the table to extract from the SAP database. This is a required property
CustomFunctionString 
Specifies the name of an optional custom function to use for extracting tables and views while avoiding SAP restrictions.
DelimiterString 
Specifies the delimiter.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
MaxRowsInt320
Specifies the maximum number of rows that should be extracted from the database table. Use the default value of 0 for an unlimited maximum.
OrderByClauseString 
Specifies an optional order by clause that will be used to order the records retrieved from the SAP database table.
PackageSizeInt320
Specifies the package size that should be extracted from the database table. Use the default value of 0 for an unlimited maximum.
StringConversionTheobaldXtractStringConversionTypeAutomatic
Specifies the type of ANSI/Unicode conversion method that should be used for string values in the database.
ValidateExternalMetadataBooleantrue
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.
WhereClauseString 
Specifies an optional where clause that will be used to filter the records retrieved from the SAP database table.

Singleton Children

ChildAPI TypeDescription
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component

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.
<Columns>
    <Column />
</Columns>
AstTheobaldXtractSourceColumnMappingNode
This is a collection of mapping nodes from source columns prior to sending them to the output path.
<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.

© Varigence