Prerequisites
Summary
The -NoTypeInformation parameter of Export-Csv and ConvertTo-Csv cmdlets has been marked as obsolete.
The documentation needs to be updated to reflect this change.
Details
The -NoTypeInformation parameter is now obsolete and has no effect. The default behavior is to not include type information. Users should use -IncludeTypeInformation to include type information.
When -NoTypeInformation is used, a warning message is displayed:
Parameter 'NoTypeInformation' is obsolete. This parameter is obsolete and has no effect. The default behavior is to not include type information. Use -IncludeTypeInformation to include type information.
Articles
- reference/7.6/Microsoft.PowerShell.Utility/Export-Csv.md
- reference/7.6/Microsoft.PowerShell.Utility/ConvertTo-Csv.md
Related Source Pull Requests
Related Source Issues
Prerequisites
Get-Foocmdlet" instead of "New cmdlet."Summary
The
-NoTypeInformationparameter ofExport-CsvandConvertTo-Csvcmdlets has been marked as obsolete.The documentation needs to be updated to reflect this change.
Details
The
-NoTypeInformationparameter is now obsolete and has no effect. The default behavior is to not include type information. Users should use-IncludeTypeInformationto include type information.When
-NoTypeInformationis used, a warning message is displayed:Articles
Related Source Pull Requests
Related Source Issues