hi,
i have a txt file as below
"xxx","111111","SMTP:xxx@abc.com"
"yyy","222222","SMTP:yyy@abc.com"
"zzz","333333","SMTP:zzz@abc.com"
In the Flatfile conn Mgr, i specified the coclumn delimiter as comma (,) and text wualifier as ".
When i load the data into Sql DB, i still see the data as "SMTP:yuxiaz@abc.com" .
The first two columns were fine, they loaded with out ". but this third column has double quotes
How can i remove the double quotes for this column as well.
In the Advanced properties, for third column i have set the Text Qualifier as False.
If i put it as true, the pacakge is failing saying that
[Flat File Source [1]] Error: The column delimiter for column "email_address " was not found.