Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Extracting data within a string field split into different columns

Lauren_Holmes
8 - Asteroid

Hello,

I am trying to extract some data within a couple of string fields. I have used text to columns, however i am not sure if there is a better way to do this? I have two columns TEXT 1 and TEXT 2 these both contain codes within the hashtags. I would like to extract these codes so the outputs are like columns "PARSE TEXT 1" "PARSE TEXT 2". I would then like to extract from TEXT 1 the date into it's own column.

 

I would be very grateful for any ideas on the best way to use this - i did wonder whether RegEx would work?

 

Example below.

 

TEXT 1TEXT 2PARSE TEXT 1PARSE TEXT 2DATE EXTRACT TEXT 1
LH1234 - 12 Jun 2021 - #ABC#notified customer #JKL#ABCJKL12 JUN 2021
LH1234 - 10 Jun 2021 - #DEF#notified customer #MNO#DEFMNO10 JUN 2021
LH1234 - 01 Jun 2021 - #GHI#notified customer #PQR#GHOPQR01 JUN 2021
11 REPLIES 11
DawnDuong
13 - Pulsar
13 - Pulsar

hi @Lauren_Holmes 

I think the comma is added because in the Summarise tool, you have set comma to be delimeter.

If you want a space to be delimeter instead, just replace it with \s.

Dawn.

Lauren_Holmes
8 - Asteroid

Ahh yes you are right!

 

Thank you so much for all your help!

Labels