ReadJSON¶
Dataset Node for reading JSON files
Type¶
dataset
Class¶
fire.nodes.dataset.NodeDatasetJSON
Fields¶
| Name | Title | Description |
|---|---|---|
| path | Path | Path of the JSON file/directory |
| multiLine | Multi Line | |
| outputColNames | Column Name | New Output Column Name |
| outputColTypes | Column Type | Data Type of the Output Column |
| outputColFormats | Column Format | Format of the Output Column |
Details¶
It reads in JSON files. Each JSON record has to be on a separate line for Spark to handle it correctly.
There cannot be line break within a record.