-
Notifications
You must be signed in to change notification settings - Fork 2
JsonReader
Steve Cote edited this page Mar 9, 2018
·
1 revision
This reader reads one or more records from a JSON formatted file.
The minimum configuration for a JsonReaderis a specification of the class and the source:
"Reader" : {
"class" : "JsonReader",
"source" : "orders.json"
},
These are the configuration attributes supported by the component:
Attribute | Values | Description |
---|---|---|
class | JsonReader | This is the name of the class the engine is to load for the reader. |
source | URI or filename | The name of the file to read. |
selector | text | The text is a filter which selects JSON nodes to be used as records. The text of series.*.data.* will select all the records in the data node which is contained in any node of the series nodes. See the Frame Selector page for more details. |
- Concepts
- Features
- Transform Engine
- Quick Start
- Configuration
- Secrets Vault
-
Readers
- List of Readers
- Custom Readers
-
Writers
- List of Writers
- Custom Writers
-
Filters
- Accept
- Reject
- Custom Filters
-
Tasks
- List of Tasks
- Custom Tasks
-
Validators
- List of Validators
- Custom Validators
-
Listeners
- List of Listeners
- Custom Listeners
-
Transforms
- List of Transforms
- Custom Transforms
- Mappers
- Context
- Databases
- Templates
- Logging
- Encryption
- Usage
- Expressions
- Examples