MaxCellLength Parameter (Connect-CSV Cmdlet)
Max length a cell can hold, after passing this number the cell content will get truncated. If value is -1 then we don't limit the cell content length.
Syntax
Connect-CSV -MaxCellLength int
Data Type
int
Default Value
-1
Remarks
Max length a cell can hold, after passing this number the cell content will get truncated. If value is -1 then we don't limit the cell content length.