Replace multiple characters in a string using a dictionary

Hello, I have a column whit one row and would like to replace each character with a string.

From:
ADCE
to:
Ala-Asp-Cys-Glu

I have tried String Replacer (Dictionary) with multiple parameters,
the columns used are:
Pattern | Replacement
A | Ala-
D | Asp-
C | Cys-
E | Glu-

However, it is not working, could somebody help, thank you in advance.

Hi @georgev

If you use this config, it should get you the desired result :wink:

Data input:
image

Dictionary input:
image

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.