Character Map Create

The Character Map Create activity creates a character map on a TIBCO Patterns server.

General

The General tab has the following fields:

Character Map Create Configuration Fields

Field

Module Property?

Description

Name

No

The name of the activity within the process. The default value is charmap_create.

Patterns Connection

Yes

The path to the shared configuration resource which contains the Patterns Connection information. See Activities Connection.

Description

Provide a short description for the Character Map Create activity.

Input

The Input tab has the following fields:

Character Map Create Input Fields

Input Item

Description

CharacterMapName

Name of the character map.

FoldCase

Set to true() to map characters to lower case. This is optional. The default is false().

FoldDiacritics

Set to true() to strip diacritics from characters. This is optional. The default is false().

MapPunctuationTo

If set, punctuation characters (hyphen, slash, period, and so on) are mapped to the given character. This is optional. By default, the punctuation is not mapped.

MapWhitespaceTo

If set, all whitespace characters (space, tab, new-line, and so on) are mapped to this character. This is optional. The default is the space (Unicode code point 0x20) character.

Warning: Setting this to anything other than the space character (“ “) significantly alters the score. This should not be used without consulting with TIBCO.

CharacterMapping

Indicates a specific mapping of one character to another. This is optional and can be repeated.

CharacterMapping/from

The character to be mapped.

CharacterMapping/to

The character to be converted to.