Code Assist MCP for CSV

Build 25.0.9540

Data Formatting

このセクションでは、本プロバイダーの接続文字列で設定可能なData Formatting プロパティの全リストを提供します。


プロパティ説明
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.
QuoteEscapeCharacter値を囲む文字をエスケープする際に使用する文字を指定します。
QuoteCharacterCSV ファイルで値を囲む際に使用する文字を指定します。
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.
DateTimeFormatこの設定では、CSV ファイルに書き込まれるdatetime 値のフォーマットを指定します。

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