CData Python Connector for CSV

Build 25.0.9454

Data Formatting

This section provides a complete list of the Data Formatting properties you can configure in the connection string for this provider.


PropertyDescription
IncludeColumnHeadersSpecifies whether the provider derives column names from the first row of each file.
FMTSpecifies the file format that the provider uses to parse all text files.
ExtendedPropertiesSpecifies Microsoft Jet OLE DB 4.0-compatible extended properties that define the format of local text files.
RowDelimiterSpecifies the character or sequence of characters that the provider uses to detect the end of a row in a text file.
SkipTopSpecifies the number of rows that the provider skips from the top of the file before reading data.
IgnoreBlankRowsSpecifies whether the provider skips blank rows when reading data from text files.
IncludeEmptyHeadersSpecifies whether the provider includes columns with empty header values when reading files that contain column headers.
SkipHeaderCommentsSpecifies whether the provider skips comment rows at the top of a file.
CharsetSpecifies the character set that the provider uses to encode and decode text data when reading from or writing to files.
QuoteEscapeCharacterDetermines the character which will be used to escape quotes.
QuoteCharacterDetermines the character which will be used to quote values in CSV file.
TrimQuotedValuesSpecifies whether the provider trims spaces inside quoted values when applying the TrimSpaces property.
TrimSpacesSpecifies how the provider handles leading and trailing spaces in cell values.
PushEmptyValuesAsNullSpecifies whether the provider converts empty values to null when reading data.
NullValuesA comma separated list which is replaced with nulls if there are found in the CSV file.
PathSeparatorSpecifies the character that the provider uses to replace file path separators when generating table names.
IgnoreIncompleteRowsSpecifies how the provider handles rows that do not match the expected structure based on the column headers.
MaxCellLengthSpecifies the maximum number of characters that a cell can contain before its value is truncated.
DateTimeFormatThis setting specifies in which format the datetime values will be written to for CSV files.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454