ConvertTo-Csv / Export-Csv: Update -UseQuotes AsNeeded description
Description of what changed
Changed the behavior of -UseQuotes AsNeeded from "only quote fields that contain a delimiter character" to "only quote fields that contain a delimiter, double-quote, or newline character"
ConvertTo-Csv / Export-Csv: Update -UseQuotes AsNeeded description
ConvertTo-Csv,Export-CsvConvertTo-Csv: Quote fields with quotes and newlines when using-UseQuotes AsNeededPowerShell/PowerShell#15765Description of what changed
Changed the behavior of
-UseQuotes AsNeededfrom "only quote fields that contain a delimiter character" to "only quote fields that contain a delimiter, double-quote, or newline character"