Cmdlets for CSV

Build 25.0.9434

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434