ReadXML¶
It reads in XML files and creates a DataFrame from it
Input¶
It reads in XML text files
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.dataset.NodeDatasetXML
Fields¶
| Name | Title | Description |
|---|---|---|
| path | Path | Path of the Text file/directory |
| rowTag | Row Tag | Row Tag |
| outputColNames | Column Names for the CSV | New Output Columns of the SQL |
| outputColTypes | Column Types for the CSV | Data Type of the Output Columns |
| outputColFormats | Column Formats for the CSV | Format of the Output Columns |