Hello,
I am trying to figure out how to get the below output format in Alteryx.
Campaign | Subject | Output_Campaign | Output_Subject |
auto_triggered | auto_triggered_en | auto_triggered | en |
aprilsale_30off_20160101_en | aprilsale_30off_20160101_en | aprilsale_30off | en |
Basically, i want to create 2 new fields withthe output columns, in the output_campaign column i would like to take all the characters before the date and in the output_subject column i want to take the last 2 character only.
Is this possible to do in Alteryx?
please let me know
thanks