Skip to main content

46 docs tagged with "Transforms"

View All Tags

Base64 Encode

Encode data with a Base64-based text encoding scheme.

Concatenation

Join two or more string values into a combined output.

Conditional

Output different values depending on simple conditional logic.

Date Compare

Compare two dates and return a calculated value.

Date Format

Convert datetime strings from one format to another.

Date Math

Add, subtract, and round components of a timestamp's incoming value.

Display Name

Use Preferred Name over Given Name to create an identity’s Display Name.

E.164 Phone

Convert a phone number string into an E.164-compatible number.

First Valid

Return the first piece of data that is not null.

Index Of

Get the location of a specific substring within a value.

ISO3166

Convert a string into an ISO 3166 country code value.

Lookup

Look up and return a key's matching value.

Lower

Convert an input string into all lowercase letters.

Name Normalizer

Clean or standardize the spelling of strings coming in from source systems.

Reference

Reuse a transform that has already been written.

Replace

Find and replace all instances of a single string.

Replace All

Find and replace all instances of all patterns.

RFC5646

Convert three-letter abbreviation to RFC5646 language tag.

Right Pad

Add padding to the right of an incoming string.

Rule

Reuse rule logic that has already been written for a previous use case.

Split

Return the Nth element of a split array.

Static

Return a fixed string value.

Substring

Get the inner portion of a string passed into the transform.

Trim

Trim whitespaces from both the beginning and ending of input strings.

Upper

Convert an input string into all uppercase letters.