ODBC Driver for CSV

Build 25.0.9539

TypeDetectionScheme

Specifies how the provider determines column data types when reading text files.

Possible Values

None, RowScan, ColumnCount

Data Type

string

Default Value

"RowScan"

Remarks

This property controls the method that the driver uses to detect column structures and data types.

Available options:

None: All columns are returned as string values. RowScan: The driver scans a sample of rows to infer data types. The RowScanDepth property determines how many rows are scanned. ColumnCount: The driver determines the number of columns to include based on the ColumnCount property, returning all values as strings.

This property is useful for adjusting schema detection based on file structure or performance needs.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539