Search

Export-CSV/Import-CSV - make NoTypeInformation default by Peter M10

Active

2
0
Sign in
to vote
Type: Suggestion
ID: 776465
Opened: 1/14/2013 2:08:38 AM
Access Restriction: Public
0
Workaround(s)
I think nobody needs the type information line in an exported csv file - so give this parameter a "default" value of $false so that if you really want a type name line the syntax would be

-NoTypeInformation:$False

I know thats a little bit confusing so a -TypeInformation parameter might be an alternative as well.
Details (expand)
How often does this happen?
Always Happens
Have you seen this problem before in this product?
Yes, this happens in all previous versions
Reproduction Steps
Get-Process | Export-CSV -Path C:\ProcessList.csv -NoTypeInformation:$True
Expected Results
 
File Attachments
0 attachments
Sign in to post a comment.
Sign in to post a workaround.