Summary: Learn how to find Windows PowerShell cmdlets that work with CSVs.
How can I find Windows PowerShell cmdlets that I can use to work with a CSV file?
Use the Get-Command cmdlet and look for cmdlets that have a noun of CSV:
Get-Command -Noun csv*