Adf Dataflow Delimited Sink Settings Element
X-Ref:
- Ast Adf Dataflow Delimited Sink Settings Node
- Ast Adf Dataflow Document Sink Settings Node
- Ast Adf Dataflow Sink Settings Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
FilePattern | String | Specify a pattern in lieu of a list of file names. | |
HeaderExpression | String | Expression for the header. | |
QuoteAll | String | Specifies whether to wrap all field values in quotes. | |
RowFolderUrlColumn | String | Uses the value of a column in your data to specify a folder path. This path starts at the dataset container root. | |
RowUrlColumn | String | Use the value of a column in your data to specify a file path. This path starts at the dataset container root. | |
SkipLineCount | String | "-1" | Number of lines to skip. |
Truncate | String | Specifies whether the folder should be cleared. |
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. |
<PartitionFiles> <File /> </PartitionFiles> | String | This is a collection of scripts to run after the sink action. |