Cmdlets for CSV

Build 23.0.8839

TypeDetectionScheme Parameter (Connect-CSV Cmdlet)

カラムのデータ型を決定するための方法を指定します。

Syntax

Connect-CSV -TypeDetectionScheme string

Possible Values

None, RowScan, ColumnCount

Data Type

cstr

Default Value

"RowScan"

Remarks

NoneTypeDetectionScheme をNone に設定した場合は、すべてのカラムは文字列型で返されます。
RowScanTypeDetectionScheme をRowScan に設定した場合は、ヒューリスティックにデータ型を決定します。RowScanDepth ではスキャンする行数を決定します。
ColumnCountSetting TypeDetectionScheme to ColumnCount will control the number for columns to detect and will return all columns as the string type. The ColumnCount property determines the number of columns.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839