Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the character used to mark the end of each row.
Syntax
[ sValue = ] TDC.RowDelim
Possible Values
sValue String expression that separates each row of data.
- newline
- Default. Specifies that the end of each line in the data source file delimits each row of data.
character
- Any single character that marks the delimiter of each row of data.
The property is read/write. The property has a default value of newline.
Remarks
Special interpretation is done for end-of-line or newline characters that should provide correct parsing in most circumstances.
Applies To
TDC
See Also