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.
Miscellaneous functions Functions that perform miscellaneous operations.

Recommendation

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月09日 UTC.