...
For questions on csv formatting please see expected csv format. Empty (including those with all whitespace) strings will be entered as null values.
acceptable examples:
no quotes faculty_school_id,term_code,formatted_course,title,section_code,section_number sherman123,FA12,Biology 101,Introduction To Biology,,
All quotes (note the enclosed comma in column 1):
"faculty_school_id","term_code","formatted_course","title","section_code","section_number"
"sherman, 123","FA12","Biology 101","Introduction To Biology","",""
All quotes escaped quote(note the enclosed comma in column 1):
"faculty_school_id","term_code","formatted_course","title","section_code","section_number"
"sherman"", 123","FA12","this is a string "", with escaped quotes","Introduction To Biology","",""