ColumnCount Parameter (Connect-CSV Cmdlet)
The number of columns to detect when dynamically determining columns for the table.
Syntax
Connect-CSV -ColumnCount string
Data Type
cstr
Default Value
"10"
Remarks
The number of columns to detect when dynamically determining columns for the table. Columns are dynamically determined when a schema (RSD) file is not available for the table, such as when using GenerateSchemaFiles. To specify the number of columns set the ColumnCount connection property.