Appending to a CSV file
One of the frustrations of working with files in PowerShell is that you can’t append to a pre-existing CSV file.
Dmitry has fixed that for version 2 by creating a proxy function that adds that capability.
http://dmitrysotnikov.wordpress.com/2010/01/19/export-csv-append/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DmitrysPowerblog+%28Dmitry%27s+PowerBlog%29
Excellent
Technorati Tags:
PowerShell