FireDAC Components for REST

Build 23.0.8804

IncludeColumnHeaders

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

Syntax


property IncludeColumnHeaders: Boolean;

Data Type

Boolean

Default Value

true

Remarks

When this property is set to True, the component 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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8804