Column-Aligned Text (CAT) User Attributes

Schema specifies the name, type, and width of the fields that comprise a row.

The ordering of the fields is important. The first field always starts at the first character in a row and is width characters wide. Subsequent fields start where the previous field ends.

The types can be any of the field types described in the table below. (For more information, see FME Data Types).

Attribute Type

Description

Name

Any valid attribute name.

Type

int32

32-bit signed integers.

real64

Single- and double-precision floating-point values.

varchar

Variable-length string data.

x_coordinate

The x coordinate of the feature as a floating-point value. It is interpreted in the same way as a real field.

y_coordinate

The y coordinate of the feature as a floating-point value. It is interpreted in the same way as a real field.

z_coordinate

The z coordinate of the feature as a floating-point value. It is interpreted in the same way as a real field.

Width

A positive value that is the length of the field in characters.