SQL Server Development Bookmark and Share   
 index > SQL Server Integration Services > Text Qualifier in SSIS designer for Flat file source
 

Text Qualifier in SSIS designer for Flat file source

Unlike SQL Server 2000 DTS, SSIS Flat File Connection Manager Editor does not provide available list of Text qualifier,

i tried

-- ""

-- double quote {"}

-- "

--{"}

but none of them worked....!

My file sample looks like this

"Col1","Col2"

"1234","3456"

"3456","1234"

what qualifier should I use then?

Many Thanks,

FrenkAtMicrosoftForums  Monday, May 19, 2008 6:55 PM

It appears that double quote is the qualifier.

However, manually you should remove double quotes in the header row.

SQLUSA  Monday, May 19, 2008 7:49 PM

It appears that double quote is the qualifier.

However, manually you should remove double quotes in the header row.

SQLUSA  Monday, May 19, 2008 7:49 PM

You are right. The text qualifier will be ".

I don't think you need to remove double quotes from the header row. It works fine in SSIS 2008. I just tried it.

Thanks,

Ritu

Ritu Kothari  Monday, May 19, 2008 8:24 PM
I am using 2005, and it simply does not work, it is taking " as part of data. and will not process it.
also, you can type anything in that box (text qualifer), there is no validation.

in 2000, we have list to choose from. Why Microsoft is going backward.....!

thanks,
FrenkAtMicrosoftForums  Tuesday, May 20, 2008 6:10 PM
Can you post a subset (20 lines) of your file so we can test it?

SQLUSA  Tuesday, May 20, 2008 8:08 PM
Make sure that the data type of the columns is DT_STR or DT_WSTR - since it is a text qualifier, the column must be a text type. Also, you should only put a single " in the box, not two ("").

jwelch  Tuesday, May 20, 2008 8:18 PM
Can I have multiple Text Qualifiers ????
jitmicro  Tuesday, January 06, 2009 9:29 AM

You can use google to search for other answers

Custom Search

More Threads

• Adding to a conidtional statement
• How to use the Send Mail Task?
• Installing Visual Studio 2008 to have BIDS
• Uninstall SSIS
• Script Question inside a DataFlow
• Load testing for SSIS Package
• How to configure Xml configuration in sql server agent Job
• Fuzzy Lookup and Case
• Dyanmic value variables in SSIS
• Adding static column of data from properties file to DB import