Hi Rakesh Kumar
Thanks for your query and using MS Q&A Portal.
Regarding your query, if your source file is delimited by comma, and you have value like "Da-PJ 'Relax' 19,99", if the string is enclosed in double quotes, you can make use of quote character. This will be fixing the issue. (check the screenshot below) But if your text is not enclosed within double quotes or escaped by any escape character, then we cannot fix it with the copy activity setting. We will have to use our own logic using c#\Python to process the file.