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.

RemoveSpaces() mvSQL database function in Jitterbit App Builder

Summary

Removes all spaces from a string.

Syntax

REMOVESPACES(<string>)

Parameters

string

The string to remove spaces from.

Returns

A string with all spaces removed.

Examples

REMOVESPACES('Hello World')

Returns

HelloWorld