Google BigQuery User Attributes

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

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

The following table shows the attribute types that are supported.

Name

The name (fieldName) of the column to be written. This is the programmatic name, which should not contain spaces or uppercase.

Type

The Google BigQuery data type for the column. Refer to Specifying a schema for details.

Geometric Types

These are the geometric data types. Their values are in Well Known Text (WKT) format.

  • point
  • line
  • polygon
  • multipoint
  • multiline
  • multipolygon

Use the GeometryExtractor transformer to convert FME geometry into a WKT attribute. Use the GeometryReplacer transformer to convert a WKT attribute into an FME geometry.