Scenario: When applying Camel Case to a field, the letter after an apostrophe is lower cased, how can you upper case this letter?
Process: Letters after a dash will retain the Camel Case methodology, so you will want to change the ' (apostrophe) to an '- (apostrophe dash).
The first step is to create a search and replace task.
Second, create a capitalization task to Camel Case the records.
Lastly, remove the - (dash) from the cleansed records.
The outputs will look like this: