Skip to content

Instantly share code, notes, and snippets.

@mhkeller
Created September 2, 2015 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhkeller/a8b00a61266ce085d9bb to your computer and use it in GitHub Desktop.
Save mhkeller/a8b00a61266ce085d9bb to your computer and use it in GitHub Desktop.
Make line breaks QGIS-compliant
# http://gis.stackexchange.com/questions/50819/why-does-qgis-not-detect-the-csv-dbf-column-headers#answer-127408
tr '\15' '\n' < infile.csv > outfile.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment