File Format - Notes

Notes File Format

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

Required Headers

To successfully import a note CSV file, the following columns must be included in the header row:

Column NameDescriptionType
Note ID(Required)Identification string for a note.
Must be unique for each note, otherwise overwritten.
string
CustomerUUID of the customer this note is attached tostring
EmployeeUUID of the Employee this note is attached tostring
StoreUUID of the Store this note is attached tostring
CommentsThe actual content of the note, please ensure proper special character escapingstring
Is PrivateBoolean flag if the note is privateboolean
Is DeletedBoolean flag if the note is deletedstring

Note CSV Example

See the following Note CSV sample file.

Note Sample 1