File Format - Notes

Notes File Format

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

Spec

The following table shows the accepted CSV columns for the notes 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
Note IDstringYesExternal identifier of the record
CustomerstringYes
EmployeestringNo
StorestringNo
CommentsstringYesContent of the Note
Is PrivatebooleanNoWhether or not the Note is private
Is DeletedbooleanNoWhether or not the Note is deleted

Note CSV Example

See the following Note CSV sample file.

Note Sample 1