Skip to content

Escape string

ryannewington edited this page Jun 23, 2016 · 1 revision

Escape string

Summary

This transform escapes characters for certain output formats. The transform supports escaping XML elements, XML attributes, and DN components

Parameters

Parameter Description
Escape type Specifies the type of character escaping required

Input Type

The transform supports string values.

Multiple input values

The transform accepts multiple input values, and processes each of them individually

Return Type

The transform returns a string value for each input value

Usage

XML element escaping

Input data

4 > 5 High & Low

Output results

4 > 5 High & Low

XML attribute escaping

Input data

Attribute "name"

Output results

Attribute "name"

DN Component escaping

Input data

Department of Medicine, Nursing and Health Sciences

Output results

Department of Medicine\, Nursing and Health Sciences