TrimSpaces Parameter (Connect-CSV Cmdlet)
Specifies how leading and trailing spaces in cell values are processed.
Syntax
Connect-CSV -TrimSpaces string
Possible Values
FALSE, TRUE, LEADING, TRAILINGData Type
cstr
Default Value
"FALSE"
Remarks
Determines whether spaces at the beginning and/or end of cell values are retained or removed.
> > > >