Hi,
I am processing a csv file with the follwowing sample data:
"SubscriberID","JobID","EventDate","Email","RejectCategory","RejectSubCategory"
"698766271","48282952","2012-10-29 02:21:07.460000000","recknedde@woh.rr.com","Soft bounce","Mailbox Full"
"801320836","48282952","2012-10-29 02:25:43.117000000","marksasaldana68@bresnan.net","Unknown bounce","Unknown"
"892661671","48282952","2012-10-29 02:23:57.700000000","burgeaaasddrmum@comcast.net","Technical/Other bounce","Server Too Busy"
"907644011","48282952","2012-10-29 02:25:39.733000000","griffedddsan85@hotmail.com","Technical/Other bounce","Network Error"
"909267592","48282952","2012-10-29 02:25:20.610000000","alishaaasaqwea19@comcast.net","Technical/Other bounce","Server Too Busy"
When I process the CSV file-Is there a way in SSIS where in I can get rid of " "( double quotes) characters. I do need them to be loaded into my destaination table. I need to scrub them at SSIS level. Is there a possible way to scrub them in SSIS?
Please advice ...
Thanks
EVA05