Types of Columns

Required, optional, and custom columns

Types of Columns

Required Columns

A required column is a column that must be present in the uploaded spreadsheet. This is data that must be present for an import to be successful/for the data to be useful. If a required column is not present, the upload will be blocked. Required columns are pre-defined during template creation.

When uploading a contacts sheet, Name may be required column. If Name is not present, it is impossible to create contacts.

Optional Columns

An optional column is a column that may be present in the uploaded spreadsheet, but is not required. This is data that may augment an import, but the import will succeed without. Optional columns are pre-defined during template creation.

When uploading a contacts sheet, Birthday may be an optional column. Some people may include birthdays in their contacts, while others may choose not to. Including birthday information will augment the contacts, but is not required to create them.

Custom Columns

A custom column is a column of a specified data type for which a fixed header is not pre-defined in the template.

This is useful when you expect an unknown number of columns of the specified data type. E.g. for a given custom column of data type Number, the uploaded spreadsheet may include columns Inventory quantity, Days since last shipment, Number of shipment destinations which will all be mapped to data type Number.

For a detailed article on working with custom columns, please visit: Importing Custom Columns.