DuckDB Feature Representation

In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Type Attributes), this format also adds format-specific attributes (Format Attributes).

Features read from a database consist of a series of attribute values. They have no geometry. The feature type of each feature is the name of the corresponding feature type definition.

Features written to the database have the destination table as their feature type, and attributes as defined in the feature type definition. Feature attribute names correspond to table column names.

Attribute Name

Contents

db_type

The type of geometric entity stored within the feature.

The valid value for the object model is db_none.