Adf Dataflow Parse Transformation Element
X-Ref:
- Ast Adf Dataflow Parse Transformation Node
- Ast Adf Dataflow Single Input Transformation Base Node
- Ast Adf Dataflow Single Output Transformation Base Node
- Ast Adf Dataflow Transformation Base Node
- Ast Adf Dataflow Component Base Node
- Ast Scope Boundary Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Format | AdfDataflowParseDocumentFormat | Json | Specifies if the source is a json or csv. This is a required property |
InputStreamName | AstAdfDataflowOutputStreamNode | A reference to a previous component's output stream. This is a required reference to an existing definiton. | |
Name | String | 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 | |
Delimiter | String | "," | Specifies the character used to separate columns in a file. |
DocumentForm | AdfDataflowParseJsonDocumentForm | SingleDocument | Specifies wheter your files contains a single json, multiple jsons in separate lines or in array format. |
FirstRowAsHeader | String | Specifies whether or not the first row in the file should be treated as a list of header labels. The default value is false. | |
NullValue | String | Specifies the character(s) used to indicate a null value in a column. | |
PartitionOption | AdfDataflowPartitionOption | CurrentPartitioning | Specifies how the user would like to handle partitioning inside of dataflow components. |
Singleton Children
Child | API Type | Description |
---|---|---|
<RoundRobin /> | AstAdfRoundRobinPartitionSettingsNode | Settings node for Round Robin partitioning in dataflow components. |
<Hash /> | AstAdfHashPartitionSettingsNode | Settings node for Hash partitioning in dataflow components. |
<DynamicRange /> | AstAdfDynamicRangePartitionSettingsNode | Settings node for Dynamic Range partitioning in dataflow components. |
<FixedRange /> | AstAdfFixedRangePartitionSettingsNode | Settings node for Fixed Range partitioning in dataflow components. |
<Key /> | AstAdfKeyPartitionSettingsNode | Settings node for Key partitioning in dataflow components. |
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. |
<Columns> <Column /> </Columns> | AstAdfDataflowComponentColumnBaseNode | This is a collection of columns used in the output stream. |