...
Setting | Description | ||
---|---|---|---|
Suppress Encoding | If you select this option, the agent will not encode the incoming data. It will expect a raw bytearray as the input type and will pass it through untouched. This mode is used only when a header and/or a trailer is added to a data batch. | ||
Encoder | Select which encoder to use in the list of available encoders either created in the Ultra Format Editor, or one of the default built-in encoders:
| ||
CSV Format Specific Settings | |||
UDR Type | Select the UDR type you want the Decoder to send out. You can either select one of the predefined UDRs or the | ||
Format | Select the CSV format you want to use:
If you select Custom, the following four settings will be enabled:
| ||
Delimiter | Specify the delimiter character(s) for the fields in the CSV. | ||
Use Quote | Select this option if you want to use quotes in the CSV. The Quote field is enabled. | ||
Quote | If Use Quote is selected, enter the type of quote you want to use in the format. | ||
Line Break | Specify how line breaks are stated in the CSV. | ||
JSON Format Specific Settings | |||
Indented Output | Select this option if you want the output to be indented. | ||
Inline Map Field | Select this option if you want to process the dynamic field values from the Unmapped Fields setting in the Decoder. If you select Inline Map Field, you must specify:
| ||
UDR Type | Specify the UDR Type that is sent out by the Decoder. Click Browse to view the available UDR Types. | ||
Field | Select the UDR Field that you want to include. | ||
AVRO Format Specific Settings | |||
Schema Register URL | Url to a schema registry used for obtaining Avro schema used for decoding. Format: <http>or<https>//<host>:<port>/<schema_registry_endpoint_path> Example: http://localhost:8081/schemas/ids
| ||
Schema Field | Field in the JSON formated formatted schema registry response containing the schema |
...