I have a CSV file - It has many values having comma as a part of value.The commas within the fields will mislead my SSIS package
You will need to ensure that all values in the file that have commas as part of the text are enclosed in double quotes ("). Then you can set the text qualifier in your flat file source, and the commas will be loaded as part of the string fields.