QuoteCharacter Parameter (Connect-CSV Cmdlet)
Determines the character which will be used to quote values in CSV file.
Syntax
Connect-CSV -QuoteCharacter string
Data Type
cstr
Default Value
""
Remarks
Determines the character which will be used to quote values in CSV file.
Note: This property works only for CSV files. Set this property to "NONE" if you want to insert fields in a CSV file without quoting them.