TDV Adapter for REST

Build 22.0.8462

IncludeColumnHeaders

Whether to get column names from the first line of CSV files.

Data Type

bool

Default Value

true

Remarks

When this property is set to True, the adapter will derive column names for each table from the first row of each file. When this property is set to False, column names are simply the column numbers.

The following connection string parses .csv files as CSV without headers:

DataSource=C:\mycsvlogs;IncludeColumnHeaders=False

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462