Reader Cookbook - Introduction¶
These cookbook articles provide step-by-step descriptions for several different reader types.
These take you through different scenarios for writing to different data formats.
Please note there are other reader examples, which can be found either in the training Homework or the training manuals themselves.
CSV Reader¶
- Reading Hierarchical Data Files
- The article describes how to setup a CSV Reader to read hierarchical data.
JSON Reader¶
-
- This article shows you how to read a JSON document and is part of the broader Webservices cookbook.
-
- This article shows you how to configure a stepped JSON Reader and again is part of the broader Webservices cookbook.
Xml Reader¶
- Reading an Xml Document
- Shows to how to condfigure IMan to read an Xml document.
- Referencing Repeating Nodes distinguished by a Node Value
- Shows to how to read data from within an Xml document using an XPath query. I.e. To Query the node where the desired value is nested in a repeating node but can be distinguished by another nodes value.