Article ID: 241761 - Last Review: October 31, 2003 - Revision: 3.2 BUG: DTS Transfer Does Not Report Error When Input File Is Missing Text Qualifier in Last RowThis article was previously published under Q241761
BUG #: 56479 (SQLBUG_70)
SYMPTOMS
Data Transformation Services (DTS) transfer fails to generate an error when importing the last row from an input file to a SQL Server table when the following conditions are met:
Provider Error: 12309 (3015) Error String: Invalid delimited data: text qualifier must be followed by a column delimiter (except the last column). WORKAROUND
Edit the input file to contain the last text qualifier.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
The following input file provides an example. This input file assumes the first row contains column headings.
"A","B" "1","2" "3","4
| Article Translations
|

Back to the top
