Chapter 48. Readers

Readers can read data from input files (both local and remote), receive it from the connected optional input port, read it from a dictionary, from a database, or from a JMS.

One component only generates data. Since it is also an initial node, we will describe it here.

We can distinguish Readers according to what they can read:

Generating data

A DataGenerator component generates data.

Reading flat files
Reading XML files

Generally, use XMLExtract. If you require more complex XPath queries, use XMLReader.

Reading JSON files
Reading other files
Reading databases
Reading JMS messages, directory structure or emails.
See also
Common Properties of Components
Specific Attribute Types
Common Properties of Readers