MondoDB User Attributes

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

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

User attributes for this format are defined below.

Name

The name of the column to be written.

Type

The type of a column in a table. The valid values for the column type are listed below:

binary

Binary fields store byte strings of unlimited length.

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.

date

Date fields are converted to FME datetime string format.

YYYYMMDDHHmmSS

(Year, Month, Day, Hour, Minute, Second)

If a timezone is specified, then the offset from GMT is included at the end of the string in the format:

[+/-]HH:mm

(Plus or Minus, Hour, Minute)

Standard FME Date/Time Format

double

Double fields store 64-bit floating point numbers.

int32

Int32 fields store 32-bit signed integer numbers.

int64

Int64 fields store 64-bit signed integer numbers.

string

String fields store UTF-8 strings of unlimited length.