Cmdlets for CSV

Build 24.0.9060

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) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060