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 Name | Description | Type |
---|---|---|
Note ID (Required) | Identification string for a note. Must be unique for each note, otherwise overwritten. | string |
Customer | UUID of the customer this note is attached to | string |
Employee | UUID of the Employee this note is attached to | string |
Store | UUID of the Store this note is attached to | string |
Comments | The actual content of the note, please ensure proper special character escaping | string |
Is Private | Boolean flag if the note is private | boolean |
Is Deleted | Boolean flag if the note is deleted | string |
Note CSV Example
See the following Note CSV sample file.