You are here: Popular Formats > CSV (Comma-Separated Value) Reader/Writer > Feature Type Properties > CSV Writer: User Attributes
CSV Writer: User Attributes
For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes
The following table shows the supported attribute types.
Name |
The name of the file to be written. |
Type |
Choose one of the following field types. (For more information, see FME Data Types).
Note that attributes written to CSV will always be stored as strings. Selecting a non-string type simply ensures that the value written will be compatible with the selected type. For example, the uint8 type supports integer values between 0 and 255. If a feature has a value of 300 for an attribute with a uint8 type, the value will be written as an empty string. |