Hi Community! I have some data that I'm trying to finagle; however, I'm at a lost on how to replace certain text words with blanks. My flat file data exports with the below on each column header. I want the headers to only display the actual question and not all of the contents before the multiple pipes. In excel, I would highlight row 1 and use find/replace Program|Page 1|Face to Face Survey| with blank. Is there a way to do that in Alteryx without doing it one column at a time?
Currently: Program|Page 1|Face to Face Survey|Which color was requested the most?
Need: Which color was requested the most?
Thx~