Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Don't. Anytime you're parsing text, you're probably working too hard. The Import-CSV cmdlet already knows how to parse a CSV file, so just use that.
July 28, 2010
A. Don't. Anytime you're parsing text, you're probably working too hard. The Import-CSV cmdlet already knows how to parse a CSV file, so just use that.
Do you have a Windows PowerShell question? Find more PowerShell FAQs, articles, and other resources at windowsitpro.com/go/DonJonesPowerShell.
You May Also Like