B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Function
| Description
|
---|---|
| Returns true if all items in the list are equal. The parameters can be simple values or lists.
|
| Returns true if all values in the list of parameters are unique. Each value can be:
|
| Returns the date. If
numberOfDays is of type
float , the function rounds down the value to the next lower integer.
|
| Returns the number of days between two dates.
|
| Converts the format of
date from
inputFormat to
outputFormat .
|
| Returns true if the string matches the specified date format.
|
| Returns true if both of the following are true:
|
| Returns true if an XPath contains no child elements.
|
| Returns true if an XPath exists. Equivalent to
count(xpath) > 0 .
|
| Returns true if the list items are lexicographically sorted. The first parameter is a Boolean that sets the sort direction:
true for ascending or
false for descending.
|
| Returns the last day of the selected month.
|
| Returns a string of all the items in the list, separated by the
separator . The default separator is a comma.
|
| Looks up a string in a lookup table. Specify the string to look up, the name of the lookup table, and a default value to return if the string does not exist in the table.
|
| Sorts the list of input parameters lexicographically and returns the first item in the sorted list. Each value can be:
|
| Returns a node-set that contains the current element and all its following siblings, until another element of the same name.
|
| Returns true if a string matches a regular expression.
|
| Returns
inputString with all instances of
patternRegex replaced by
replacementString . If nothing matches
patternRegex , the
inputString value returns with no changes.
|
| Replaces all instances of
string2 in
string1 with
string3 .
|
| Returns true if
lookupDate is within the first specified time period in the specified range, where the time period is
timeUnitMultiplier times
timeUnit and the range is between
startDate and
endDate .
|