Writer Cookbook - Introduction¶
These cookbook articles provide step-by-step descriptions for several different writer types.
These take you through different scenarios for writing to different data formats.
Please note there are other writer examples, which can be found either in the training Homework or the training manuals themselves.
DatabaSe Writer¶
- Using Sql Commands
- The article describes how to use SQL commands in a database writer.
JSON Writer¶
- Writing JSON to a Webservice
- This article shows you how to write a JSON document and is part of the broader Webservices cookbook.
Xml Writer¶
- Writing Attributes
- Shows to how to write out attributes to an an Xml document.
- Attribute Paths
- Shows to how to write out separate nodes of the same name where the differentiation is the attribute name and its value.
- Using Xml Templates
- Use a template file for writing our complex Xml documents.