CSV file formatting

Tips for formatting CSV files for importing class lists

The following is the general format you should use for CSV files:

ID Number,First Name,Last Name
12345,David,Jones
67890,Jane,Doe
56789,John,Swartz
34567,Mary,Smith

The order of the columns isn't important, but the first row must contain the column headings identifying what's in each column.

Note 

If your spreadsheet or database software automatically inserts quotation marks around the comma separated values, the software ignores them and the import works properly.