Skip to Content

Turn your connections into holiday cash with our new Customer Referral Program! Learn more

This documentation is for version 4 of App Builder, the new name for Vinyl. Access the Vinyl documentation here.

Trim() mvSQL database function in Jitterbit App Builder

Summary

Trims leading and trailing whitespace from a string.

Syntax

TRIM(<string>)

Parameters

string

The string to trim.

Returns

The trimmed string.

Examples

TRIM(' Hello World ')

Returns

Hello World