What is the format for the CSV DTO Template?
DTO

- Each record is located on a separate line
- The first record should be the header record
- Each record contains the same number of comma-separated fields
- Any field may be quoted with double quotes
- Fields containing a line-break, double -quote or commas should be quoted
- A double quote character in a field must be represented by two double quotes
Note: When saving from a spreadsheet (such as Microsoft Excel), saving as a CSV file should automatically apply this formatting. These standards do not apply to the standard Contract Times Import as it is not designed to parse such documents.