Convert a string to Upper case David Paras December 19, 2013 17:47 Updated How can I convert a string to Upper case in the mapper? Related articles Title Case Function How To Filter Records and Apply Conditions at Record Level using For-Each Property Debugging - Source/Target Data Mapper: How to apply date format conversion? Data Mapper: How to use If/Then/Else condition? Comments 1 comment Sort by Date Votes David Paras December 19, 2013 16:16 In the data mapper, under string function there is a translate option. It can translate lower case to upper or vice versa. For example, if you would like to convert AdePtiA into all upper case, then the rule would be translate( 'AdePtiA' , 'abcdefghijklmnopqrstuvwxyz' , 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' ) 0 Article is closed for comments.
Comments
1 comment
In the data mapper, under string function there is a translate option. It can translate lower case to upper or vice versa.
For example, if you would like to convert AdePtiA into all upper case, then the rule would be
Article is closed for comments.