Configure Your Fields
Last updated
Last updated
The mapping and configuration of your Google Sheet is setup via a JSON config file. This JSON content can be added to your Worksheet as a new sheet labeled "Config".
Our system will then pull in this configuration when processing your sheet.
Option
Required
should_run
Name of the field within your sheet that denotes that the row should be processed.
Yes
project_name
Name of your project
Yes
error_writer
Field to write any processing or validation errors into
No
You can easily map custom fields on your sheet with your project, using the "custom_fields" filter.
This filter just contains a list of the field names on your sheet you would like to map
These fields get automatically processed and are also turned into macros prefixed with "custom_", lowercased, and spaces are turned into underscores.
"Headline" => "${custom_headline}"
"Subheadline" => "${custom_subheadline}"
"Main Content" => "${custom_main_content}"
Each row within the Sheet can either publish all Landing Pages under one existing Business, or a Business can be created for each row in the sheet.