I am attempting to create a derived column that will remove single quotes surrounding a string that is also contained within double quotes. For example: 'Robert 'Bob' LaBla' I nee
Solution 1:
To remove single quotes in derived column just use the following expression:
Post a Comment for "Ssis Removing Single Quote Within Double Quotes"