Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Parse at a blank row

aberry0613
8 - Asteroid

Hello everyone.  I have data that looks like this:  

IDNotes
123456<BR>
<B>08/21/2020 at 4:51AM</B><BR>
User scheduler  changed the workflow state to "Backlog"<BR><BR>
<BR>
<B>08/14/2020 at 4:34AM</B><BR>
User scheduler  changed the workflow state to "Backlog"<BR><BR>
<BR>
<B>08/07/2020 at 12:07PM</B><BR>
User scheduler  changed the workflow state to "Backlog"<BR><BR>
<BR>
<B>07/24/2020 at 4:23AM</B><BR>
User scheduler  changed the workflow state to "Backlog"<BR><BR>
<BR>
<B>07/17/2020 at 4:23AM</B><BR>
User scheduler  changed the workflow state to "Backlog"<BR><BR>
<BR>
<B>02/25/2020 at 1:27PM</B><BR>
User John Doe changed the workflow state to "Vulnerability Assigned"<BR><BR>
<BR>
<B>02/21/2020 at 3:31AM</B><BR>
User scheduler  changed the workflow state to "Open"<BR><BR>
<BR>
<B>02/19/2020 at 12:18PM</B><BR>
User scheduler  changed the workflow state to "Open"<BR><BR>
<BR>
<B>02/14/2020 at 8:50AM</B><BR>
User  System Administrator changed the workflow state to "Open"<BR><BR>

 I am trying to get to to look like this:  

IDDateAction
12345608/21/2020 at 4:51AMUser scheduler  changed the workflow state to "Backlog"
12345608/14/2020 at 4:34AMUser scheduler  changed the workflow state to "Backlog"
12345608/07/2020 at 12:07PMUser scheduler  changed the workflow state to "Backlog"
12345607/24/2020 at 4:23AMUser scheduler  changed the workflow state to "Backlog"
12345607/17/2020 at 4:23AMUser scheduler  changed the workflow state to "Backlog"
12345602/25/2020 at 1:27PMUser John Doe changed the workflow state to "Vulnerability Assigned"
12345602/21/2020 at 3:31AMUser scheduler  changed the workflow state to "Open"
12345602/19/2020 at 12:18PMUser scheduler  changed the workflow state to "Open"
12345602/14/2020 at 8:50AMUser  System Administrator changed the workflow state to "Open"

 

 

I am weak at parsing, so any help is very much appreciated!  I have attached an excel file too that has what the original data looks like and what I would like it to look like.  I have gotten the <B> and <BR> removed, but left them in this sample data in case they can be used to make it easier.  I am assuming it needs to be a multi-row formula?

 

Thanks!

Allison

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @aberry0613 

 

Here is how you can do it. Having <B> and <BR> was helpful.

Workflow:

atcodedog05_0-1631126254773.png

 

Hope this helps : )

 

aberry0613
8 - Asteroid

Thank you!  

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @aberry0613 

Cheers and have a nice day!

Labels
Top Solution Authors