Initials Cleanser
The initials cleanser generates initials by extracting the first letter of each word
from the Name
attribute and adds an attribute to the
ReltioCleanser
crosswalk.
Cleanser Name - InitialsBuilder
Description - This cleanser generates initials by extracting the first letter of
each word from the Name
attribute and adds an attribute to the
ReltioCleanser
crosswalk as per the output mapping.
Limitation - Following are the limitations associated with the initials cleanser:
- This builder does not generate initials for non-Latin words.
- Words that are enclosed or prefixed with special characters are not considered when generating initials.
L3 Configurations - Map the InitialsBuilder
for any entity in
your L3 configuration. Here is an example of a sample configuration:
Example
Option | Inputs (In) | Initials (Out) |
---|---|---|
{} |
ABC xyz pvt. ltd. | AXP |
{“maxChars”: 5} |
ABC xyz pvt. ltd. | AXPL |
{“maxChars”: 5} |
Check with more than three words and case | CWMTT |
{} |
Use This String | UTS |
{} |
Reltio India | RI |
{“maxChars”: 1} |
Walter | W |