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

Special Characters in Metadata Source Files

Special Characters in Metadata Source Files

You can enter special characters such as double quotation marks and newline characters within a string in a metadata source file.
You can enter the following special characters within a string:
Double quotation marks (")
To enter double quotation marks within a string, use the tilde character (
~
) as an escape character.
For example, to specify the description for a class as
Shortcut to "Class 1"
, enter the following string in the metadata source file:
Shortcut to ~"Class 1~"
Newline character
To enter a newline character within a string, replace the newline character with
<br/>
.

0 COMMENTS

We’d like to hear from you!