Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rw ui tabs macro
Rw tab
titleCSV Format

The CSV Format selection defines that CSV is to be used. 

The following options are available when this selection is set:

Setting

Description

UDR Type

Opens the UDR Type selection box where the desired UDRs can be chosen

Format

Select the desired format, The available options are Unix, Mac, Windows, Excel, and Custom.

Delimiter

When the Custom format is chosen, the delimiter input field allows you to set the desired delimiter.

Use Quote

Enable this checkbox if you want to use a quote.

Quote

Enter the quote format

Line Break

When the Custom format is chosen, the line break input field allows you to set the line break.

Rw tab
titleJSON Format

The JSON Format selection defines that JSON is to be used. 

The following options are available when this selection is set:

Setting

Description

Indented Output

If enabled, indentation will be applied to the output data. 

Inline Map Field

If enabled, this sets inline fields mapped for the designated fields. Select the UDR Type and the target Field using the Browse button.

Rw tab
titleMZ Tagged Format

The MZ Tagged Format selection defines that the built-in MZ Tagged Format is to be used. 

Rw tab
titleMZ Tagged Format (Compressed)

The MZ Tagged Format (compressed) selection defines that the built-in Compressed MZ Tagged Format is to be used. 

Rw tab
titleAvro Format

The following options are available when this selection is set:

Setting

Description

Schema Register URL

Url to a schema register used for obtaining Avro schema used for decoding.

Note

Format: <http>or<https>//<host>:<port>/<schema_register_endpoint_path> Example: http://localhost:8081/schemas/ids

Info

It is possible to use a proxy to contact a schema register. See HTTP Proxy Support for information
on how to configure the proxy on the execution context level.

Schema Field

Field in JSON formated schema register response containing schema

...