Single field

Definition

Sometimes you want a single cell in the spreadsheet to be represented by a single JSON value in the data.

To do this, in your cell put

SPREADSHEETFORM:SINGLE:jsonkey

See JSON Key for information on how to structure those.

Example

A guide of:

Pet SPREADSHEETFORM:SINGLE:pet

And a spreadsheet of:

Pet Cat

Will map to the data:

{
    "pet": "Cat"
}