DataWeave 2.0

Multi-Value Selector (.*)

The multi-value selector (.*) returns an Array containing any value that matches the key. The values returned are dependent on…

3 years ago

Single-Value Selector

The single-value selector (.) allows you to lookup Object values by their key.

3 years ago

Reading Data

reading data is just as important, and the features available to do so are just as robust.

3 years ago

Creating Data

As you'd expect, the last two are actually composite types, their contents also have type definitions:

3 years ago

SCRIPT ANATOMY

Notice in the script that there are three lines, a line with three dashes, then one more line. The first…

3 years ago

Text Java Properties Format

The Text Java Properties format parses any Java properties file. This format represents simple key-value pairs. DataWeave represents these pairs…

3 years ago

Text Plain Format

The simplest way to store information in computer memory is as a single file with a plain text format.

3 years ago

Multipart Format (Form Data)

DataWeave supports Multipart subtypes, in particular form-data. These formats enable you to handle several different data parts in a single…

3 years ago

YAML Format

YAML is a data serialization language that is often used for writing configuration files. Depending on whom you ask, YAML…

3 years ago

URL Encoded Format

URL encoding converts non-ASCII characters into a format that can be transmitted over the Internet. URL encoding replaces non-ASCII characters…

3 years ago