Skip to content

Instantly share code, notes, and snippets.

@kyanro
Created February 24, 2013 05:15
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 kyanro/5022715 to your computer and use it in GitHub Desktop.
Save kyanro/5022715 to your computer and use it in GitHub Desktop.
#import-csv.
#a file that contains "crlf" in some column
((Get-Content .\test.csv) -join "`n") | ConvertFrom-Csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment