Skip to content

JsonReader

Steve Cote edited this page Mar 9, 2018 · 1 revision

This reader reads one or more records from a JSON formatted file.

Configuration

The minimum configuration for a JsonReaderis a specification of the class and the source:

"Reader" : {
	"class" : "JsonReader",
	"source" : "orders.json"
},

Configuration Attributes

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.

Home

  1. Concepts
  2. Features
  3. Transform Engine
  4. Quick Start
  5. Configuration
  6. Secrets Vault
  7. Readers
  8. Writers
    • List of Writers
    • Custom Writers
  9. Filters
    • Accept
    • Reject
    • Custom Filters
  10. Tasks
    • List of Tasks
    • Custom Tasks
  11. Validators
    • List of Validators
    • Custom Validators
  12. Listeners
    • List of Listeners
    • Custom Listeners
  13. Transforms
    • List of Transforms
    • Custom Transforms
  14. Mappers
  15. Context
  16. Databases
  17. Templates
  18. Logging
  19. Encryption
  20. Usage
  21. Expressions
  22. Examples
Clone this wiki locally