Alteryx Designer Desktop Discussions

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

Parse data that comes in one field

young351
6 - Meteoroid

This data is coming from .xlsx in one field per column/per row.  I only need the last three pieces, Date - Vendor - Gen ID.  

 

Can someone give me some tips in order to Parse all of the data above out?

 

 

young351_1-1666029591005.png

 

5 REPLIES 5
Felipe_Ribeir0
16 - Nebula

Hi @young351 

 

You can do that using regex expressions. See the attached example

 

Input:

Felipe_Ribeir0_1-1666030674836.png

 

 

Output:

Felipe_Ribeir0_0-1666030796573.png

 

 

Emmanuel_G
13 - Pulsar

@young351 

 

Find in attachement a way to do that.

 

I did a test with dummy data.

 

Emmanuel_G_0-1666030846890.png

 

Felipe_Ribeir0
16 - Nebula

Hi @young351 

 

It worked?

young351
6 - Meteoroid

I almost have it, but...  it looks as if it is parsing the first 5 lines so I want to parse the first 5 lines through where the http: string ends out.  I do not need any of that.  Then where I have it marked in green, this is the info I want to separate into columns.

 
 

 

Emmanuel_G
13 - Pulsar

@young351 

 

Find in attachement the way of doing that with this input.

 

It works even if you want to separate your data into rows or columns.

 

Emmanuel_G_0-1666275192817.png

 

 

Labels