-
Notifications
You must be signed in to change notification settings - Fork 2
List of Readers
Steve Cote edited this page Mar 9, 2018
·
1 revision
Main Project
- CsvReader - Read Character Separated Value (CSV) files.
- JsonReader - Read JSON files.
- XmlReader - Read XML files.
- FlatFileReader - Read Fixed Field Length files.
- HttpReader - Read data from Web Service requests.
- Static Reader - Generates a single record to send through the engine.
Coyote DB
- JdbcReader - Executes SQL queries and generates records from the result set.
Coyote WS
- WebServiceReader - Makes a request to a web service and uses the response for data records.
- 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