Function Name | Description | Output Type | Parameters |
Formatter.format | Format values for the fields within the input data using the given format. The format must be valid for the types of the input fields. | String | • The format pattern to apply • List of input values to the format |
Formatter.formatValues | Format values for the fields within the input data using the given format. The format must be valid for the types of the input fields. | String | • The format pattern to apply • Array of input field names to the format |