Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Export CSV Cmdlet goes to infinite loop

$
0
0

Seems to be an issue with pipeline input for Import-Csv. I can replicate the issue. The issue doesn't occur when I provide the items to Import-Csv via parameter input instead of pipeline input.

Import-Csv -Path (Get-ChildItem -Name *.csv) | Export-Csv -Path .\OneWorldFile.csv -NoTypeInformation

Viewing all articles
Browse latest Browse all 13067

Trending Articles