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

Documentation

Support Forums
What can we help you with?
Topics

Adf Delimited Text Format Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfDelimitedTextFormatNode
X-Ref:
  • Ast Adf Delimited Text Format Node
  • Ast Adf Format Base Node

Attributes

AttributeAPI TypeDefaultDescription
ColumnDelimiterString 
Specifies the character used to separate colums in a file.
CompressionCodecAdfDelimitedTextCompressionCodecNone
Specifies the compression codec of the DelmitedText file.
CompressionLevelAdfFileCompressionLevelNone
Specifies the compression level of the file.
EncodingString 
Specifies the name of the encoding used in the file.
EscapeCharString 
Specifies the character used to escape appearances of the ColumnDelimiter within column text data. This property should only be specified if QuoteChar is not provided.
FirstRowAsHeaderBooleanFalse
Specifies whether or not the first row in the file should be treated as a list of header labels. The default value is false.
NullValueString 
Specifies the character(s) used to indicate a null value in a column.
QuoteCharString 
Specifies the character used to quote a column value when the ColumnDelimiter appears within the text data for a column. This property should only be specified if EscapeChar is not provided.
RowDelimiterString 
Specifies the character used to separate rows in a file.
SkipLineCountInt320
Specifies the number of lines that should be skipped in the input file before reading data. If FirstRowAsHeader is set to true, the lines will be skipped prior to reading the header row.
TreatEmptyAsNullBooleanTrue
Specifies whether or not empty string values in a column should be treated as null values in the resulting dataset. The default value is false.

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