Export Column Mapping Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ExtractColumn | String | This value specifies the name of the dataflow column that should be exported to the file. This is a required property | |
FilePathColumn | String | This value specifies the name of the dataflow column that contains the file path to which the extract column should be written. This is a required property | |
AllowAppend | Boolean | False | This value specifies whether data from the extract column should be appended to the end of the file specified in the file path column. |
ForceTruncate | Boolean | False | This value specifies whether the file specified in the file path column should be truncated before writing. |
WriteByteOrderMark | Boolean | False | This value specifies whether a byte order mark (BOM) is written to the file specified in the file path column. |
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. |