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

Resource Configuration File Sample

Resource Configuration File Sample

The sample resource configuration file shows how to specify parameters, specify metadata source file properties, and apply mapping rules to metadata source files.
You can use this sample to help you create your own resource configuration file:
<?xml version="1.0" encoding="UTF-8"?> <resource name="AS400" resourcetype="AS400"> <parameters> <parameter name="useLatestSourceFiles">true</parameter> <parameter name="preprocessCommandFile">C:\Users\mcastro\Desktop\9.5\Writing\MetadataManager\SourceFiles\cop.bat</parameter> </parameters> <RuleBinding> <CSVFile textQualifier="&quot;" escapeCharacter="\" columnSeparator="," encoding="UTF-8" path="C:\Users\mcastro\Desktop\9.5\Writing\MetadataManager\SourceFiles\Table.csv" useLatestSourceFiles="false" hasColumnHeaders="true"> <Rule name="TableRule"/> </CSVFile> <CSVFile textQualifier="&quot;" escapeCharacter="\" columnSeparator="," encoding="UTF-8" path="C:\Users\mcastro\Desktop\9.5\Writing\MetadataManager\SourceFiles\TableColumn.csv" useLatestSourceFiles="false" hasColumnHeaders="true"> <Rule name="TableColumnRule"/> </CSVFile> <CSVFile textQualifier="&quot;" escapeCharacter="\" columnSeparator="," encoding="UTF-8" path="C:\Users\mcastro\Desktop\9.5\Writing\MetadataManager\SourceFiles\View.csv" useLatestSourceFiles="false" hasColumnHeaders="true"> <Rule name="ViewRule"/> </CSVFile> <CSVFile textQualifier="&quot;" escapeCharacter="\" columnSeparator="," encoding="UTF-8" path="C:\Users\mcastro\Desktop\9.5\Writing\MetadataManager\SourceFiles\ViewColumn.csv" useLatestSourceFiles="false" hasColumnHeaders="true"> <Rule name="ViewColumnRule"/> </CSVFile> </RuleBinding> </resource>

0 COMMENTS

We’d like to hear from you!