The Import-CSV cmdlet in PowerShell is incredibly useful. You can take any CSV file and pump objects to the pipeline. The cmdlet uses the CSV header as properties for the custom object. PS S:\> import-csv .\testdata.csv Date : 1/18/2012
Read More...
Read the complete post at http://feedproxy.google.com/~r/JeffsScriptingBlogAndMore/~3/EgKfMuYD3so/
Posted
Jan 19 2012, 08:21 AM
by
The Lonely Administrator