Google Sheets v4 Writer Feature Type Parameters

To access feature type parameters, click the gear icon on a feature type in the workspace. This opens the Feature Type Parameter Editor.

Tip  To always display the editor in FME Workbench, you can select View > Windows > Parameter Editor.

General

All feature types share similar General parameters, which may include Feature Type Name, Reader or Writer information, and Geometry.

In most Writer Feature Type parameter dialogs, you can also control Dynamic Schema Definitions. Some database formats accept Table or Index Qualifier prefixes on the output table feature type.

Important  These parameters apply only to a selected feature type, not to the entire writer. If a feature type parameter listed here conflicts with a writer-level parameter, then the writer parameter will be ignored and this feature type parameter will be used.

Dataset

Row Selection

Schema Generation

Field Names Row

This optional parameter indicates the row number that contains the field names.

If not provided, then field names are column letters from Start Column up to End Column.

Start Column

The column from which to start mapping field names to user attributes.

Value: Must be a value between A and ZZZ.

End Column

The column at which to stop mapping field names to user attributes. The writer will write up to and including this column.

Value: Must be a value between A and ZZZ.

Sheet Options

Start Row

The row number of the first feature. The value must be greater than Field Names Row.

Interpret Values As

This specifies how the server should interpret attribute values.

  • User-Entered – Values are parsed as if they were entered through the Google Sheets web interface. Use this option when working with formulas.
  • Raw – Values are stored as-is.

Insert Method

This parameter is applicable only when Feature Operation is set to Insert.

  • Insert Rows – New rows are always inserted at the end of the detected table.
  • Overwrite – Existing cell values following the end of the detected table may be overwritten.