Data Transformer functions

This page describes the additional set of predefined Jsonnet functions for Data Transformer Script task available in Application Integration.

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.

Jsonnet usage reference

Jsonnet is a purely functional language and its programs are composed of expressions. For information about how to form these expressions, see Jsonnet Expressions.

Functions

The following table lists the predefined functions available in Application Integration:
Functions Description
Array functions Functions that operate on arrays.
Aggregate functions Functions that operate on multiple values.
Hash functions Functions that compute hash values.
JSON functions Functions that operate on JSON values.
Mathematical functions Functions that perform mathematical operations.
String functions Functions that operate on string values.
Timestamp functions Functions that operate on timestamp values.
Utility functions Functions that perform utility operations.
XML functions Functions that perform XML operations.

Recommendation