Table of Contents

Search

  1. Preface
  2. Part 1: Concepts and Models
  3. Part 2: Custom XConnect Created with a Load Template
  4. Appendix A: Resource Configuration File

Metadata Manager Custom Metadata Integration Guide

Metadata Manager Custom Metadata Integration Guide

Load Template Elements

Load Template Elements

The load template contains XML elements that describe the load template and define mapping rules. Each type of mapping rule uses a specific set of elements.
The load template XML contains the following element that describes the load template:
loadTemplate
The following table describes the attributes for the loadTemplate element:
Attribute
Description
name
Required. Name of the load template.
targetModel
Required. Name of the model with which you want to associate the load template.
templateSpecVersion
Required. Version of the load template.
dateFormat
Optional. Format for date values in all metadata source files that use the load template. Must be a valid Java date format.
If you specify a date format, dates in the metadata source file must be in the date format you specify or in the format
yyyy/MM/dd
. If you do not specify a date format, all dates in the metadata source files must be in the format
yyyy/MM/dd
.
The following example shows a loadTemplate element configured for a custom resource:
<loadTemplate name="AS400_1" targetModel="AS400" templateSpecVersion="1.0" dateFormat="dd-MM-yyyy">

0 COMMENTS

We’d like to hear from you!