Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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:

    1. no quotes faculty_school_id,term_code,formatted_course,title,section_code,section_number sherman123,FA12,Biology 101,Introduction To Biology,,

    2. 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","",""
    3. 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","",""