NDJSON (Newline Delimited JSON) User Attributes

Readers: For information on the parameters in this dialog that are common to all readers, see:

Writers: For information on the parameters in this dialog that are common to all writers, see:

The following table shows the supported attribute types.

Name

The name of the attribute to be written.

Type

boolean

Boolean fields store true/false data. Data read or written from and to such fields must always have a value of either true or false.

float

Float fields store 64-bit floating point numbers.

int

Integer fields store 64-bit signed integer numbers.

json

This type is used to represent JSON documents, which enforce that each stored value is valid according to the JSON rules. The JSON data type stores an exact copy of the input text, which processing functions must re-parse on each execution.

string

String fields store UTF-8 strings of any length.