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 … Continue… Read the full text.