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

JSON Writer

  • JSON Writer - Flat Data
    • This article shows you how to write a JSON document and is part of the broader Webservices cookbook.

Xml Writer

  • XML WRITER - 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 Templates
    • Use a template file for writing our complex Xml documents.