SSIS Components for CSV

Build 25.0.9540

RowDelimiter

Specifies the character or sequence of characters that the provider uses to detect the end of a row in a text file.

データ型

string

デフォルト値

""

解説

You do not need to set this property if the file already uses standard newline delimiters such as \r, \n, \r\n, or \n\r.

This property supports hexadecimal delimiters. The 本製品 treats any value starting with 0x (for example, "0x01") as a hexadecimal rather than a string literal delimiter.

Hexadecimal delimiters do not support escape sequences.

This property is useful for defining custom row boundaries when working with non-standard text file formats.

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