Skip to content

Instantly share code, notes, and snippets.

@beauvais
Created February 27, 2012 15:28
Show Gist options
  • Save beauvais/1924661 to your computer and use it in GitHub Desktop.
Save beauvais/1924661 to your computer and use it in GitHub Desktop.
Python CSV error
16. header = next(csvFile)
line 16, in <module>
header = next(csvFile)
_csv.Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment