File Format - Task

Task File Format

The first line of a Task CSV file must be the header row.

A task instance is a group of rows in the CSV file that are sequential and include the same required fields. Data relating to fields specified under Spec.

Spec

The following table shows the accepted CSV columns for the tasks entity. Note that any columns including N denote a dynamic integer. A column specified as Field N signifies that you can use columns Field 1, Field 2, …, Field N to allow for multiple values per record of the given field, similar to an array.

CSV HeaderData TypeGroupRequiredDescription
Task IDstringYesExternal identifier of the record
TitlestringYesTitle of the Task
DescriptionstringNoDescription of the Task
StatusstringYesStatus of the Task
TagstringYesType of follow-up associated with the Task (e.g., birthday, anniversary, etc.)
Task TypestringYesType of the Task
Task Type IDintegerORstringNo
Due DatestringYesDate and time that the Task was due (Z-normalized RFC3339 format)
Customer IDstringYesID of the Customer to whom the Task is related (externalId resolvable)
Created By IDstringNoID of the Employee who created the Task (externalId resolvable)
Assigned By IDstringNoID of the Employee who assigned the Task (externalId resolvable)
Assigned Employee IDstringNoID of the Employee to whom this Task is assigned (externalId resolvable)
Store IDstringNoID of the Store to which this Task belongs (externalId resolvable)

Task CSV Example

See the following Task CSV sample files.

Task Sample 1