Stay organized with collections
Save and categorize content based on your preferences.
Aggregate functions
This page describes the additional set of predefined Jsonnet functions for the Data Transformer Script task available in Application Integration.
Before you begin
To use the following predefined functions, you must import the functions library in your script. Importing the functions library lets you use both the standard Jsonnet functions and the predefined Data Transformer functions.
Application Integration supports Jsonnet functions library v0.20.0. For information about the Jsonnet standard functions, see Jsonnet Standard Library.
XNOR
Syntax
xnor(a, b)
Description
Performs a logical XNOR operation on the specified boolean values.
Input parameter
a: A boolean value.
b: A boolean value.
Return type
BOOLEAN
Output
Returns the XNOR of the two given booleans.
Xor
Syntax
xor(a, b)
Description
Performs a logical XOR operation on the specified boolean values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["This page details predefined Jsonnet functions for the Data Transformer Script task in Application Integration."],["Predefined functions require importing the `functions` library in your script to utilize both standard and Data Transformer functions."],["The `xnor(a, b)` function performs a logical XNOR operation on two boolean values, returning a `BOOLEAN` result."],["The `xor(a, b)` function performs a logical XOR operation on two boolean values, also returning a `BOOLEAN` result."],["The Data Transformer Script task, described in the content, is a Pre-GA feature subject to specific terms, and may have limited support."]]],[]]