Elasticsearch Writer: User Attributes
For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes
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: ![]() String fields store UTF-8 strings of unlimited length. ![]() Binary fields store binary data of unlimited length. ![]() 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. ![]() Byte fields store 8-bit signed integer numbers. ![]() Date fields convert datetimes in Elasticsearch 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) ![]() Double fields store 64-bit floating point numbers. ![]() Float fields store 32-bit floating point numbers. ![]() Integer fields store 32-bit signed integer numbers. ![]() Long fields store 64-bit signed integer numbers. ![]() Short fields store 16-bit signed integer numbers. |