Concatenate two string columns

Solved!
mlang
Level 2
Concatenate two string columns
Is there a built-in function or custom formula that I can use to concatenate two string columns together?
1 Solution
jrouquie
Dataiker Alumni
Yes, in a preparation script, there is a processor called "concatenate columns".

View solution in original post

3 Replies
jrouquie
Dataiker Alumni
Yes, in a preparation script, there is a processor called "concatenate columns".
mlang
Level 2
Author
Ok, I see it now. I had gone into the "custom formula" editor for one of the columns I wanted to concatenate and didn't see the processor there. I do see it when I just click the "Add a step manually" button from the script editor on the left-hand side of the screen.

Thanks!
0 Kudos
VinceDS
Dataiker
You can also use the "custom formula" editor to concatenate columns, by using the following syntax :
Column_Name1 + Column_Name2 + " - " + Column_Name3
0 Kudos

Labels

?
Labels (3)
A banner prompting to get Dataiku