hi friends i have small doubt in ssis package
source data come text file that file contain data like
id , name
1 , "ravi"
10 , "venky"
1000 , "dd"
14200 , "jai"
when ever weload this data into destnation that time data must be load like this way
id , name
1 , ravi
10 , venky
1000 , dd
14200 , jai
plese tell me how to solve this issuse