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

Documentation

Support Forums
What can we help you with?
Topics

Flat File Format Element

API Type:
Varigence.Languages.Biml.FileFormat.AstFlatFileFormatNode
X-Ref:
  • Ast Flat File Format Node
  • Ast File Format Node

Attributes

AttributeAPI TypeDefaultDescription
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
CodePageInt320
This value specifies the code page to use for character and string manipulation of non-Unicode text.
ColumnNamesInFirstDataRowBooleanFalse
This value specifies whether more descriptive column names are provided in the first data row to replace the column names specified in the Flat File Format Columns collection.
DataRowsToSkipInt320
This value specifies how many data rows to skip before beginning to product data.
FlatFileTypeFlatFileTypeDelimited
This value specifies the type of the flat file.
HeaderRowDelimiterDelimiterCRLF
This value specifies the delimiter to use for column header rows.
HeaderRowsToSkipInt320
This value specifies how many header rows to skip before reading data rows.
IsUnicodeBooleanTrue
This value specifies whether Unicode character and string manipulation will be used.
LocaleLanguageNone
This value specifies the locale, which applies language-specific ordering and date and time formats to the data.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
RowDelimiterDelimiterCRLF
This value specifies the delimiter to use to segregate rows.
TextQualifierString 
This value specifies which character is used to identify contiguous blocks of text in a flat file. Column delimiters within blocks of contiguous text will be ignored and treated as text data.

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>
AstFlatFileColumnNode
This is a collection of flat file column definitions that specify the types, names, and other configuration information for the columns contained in the flat file.

© Varigence