Que. How to remove special characters like ## in the below ... Can any one suggest... Prod_Code --- #PC97## #PC98## #PC99## #PC125# #PC156# --- --- --- #PC767# #PC766# #PC921# #PC1020 #PC1071 #PC1092 #PC1221 i want to remove that special characters.... i want to load in the target just Prod_Code --- PC9 PC98 PC99 PC125 PC156 . Ans: In expression ,use the replacechar function and in that just replace # with null char. REPLACECHR Availability: Designer Workflow Manager Replaces characters in a string with a single character or no character. REPLACECHR searches the input string for the characters you specify and replaces all occurrences of all characters with the new character you specify. Syntax REPLACECHR( CaseFlag , InputString , OldCharSet ...
>> Scenario based solutions