Alteryx Designer Desktop Discussions

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

Need help on data parsing

Georgia_H
8 - Asteroid

Hello everyone.

 

I have a use case here whereby I need to parse out IDs like root,padmin,pshoot,cybr_rid,secadm,hkqualys from the data source below:

 

In short, I need to parse out the IDs in between ## Allow root to run any commands anywhere  and  ## Allows members of the 'sys' group to run networking, software,

 

The format of my source data looks like this:

 

## The COMMANDS section may have other options added to it.
##
## Allow root to run any commands anywhere
root                    ALL=(ALL) ALL
padmin                  ALL=(ALL) NOPASSWD:ALL,!SH,!SU,!PASSWD
pshoot                  ALL=(ALL) NOPASSWD:PSHOOT
cybr_rid                ALL=(ALL) NOPASSWD:CYBRARK,PASSWD,SU
secadm                  ALL=(ALL) NOPASSWD:SECU
hkqualys                ALL=(ALL) NOPASSWD:SU

## Allows members of the 'sys' group to run networking, software,

 

Could anyone enlighten me on how to achieve this? Really appreciate any kind inputs.

13 REPLIES 13
flying008
14 - Magnetar

Hi, @Georgia_H 

 

Please upload sample data as your want output format.

Georgia_H
8 - Asteroid

Hi @flying008 

 

I have attached a sample xlsx with Data Source and Desired Output

Thank you.

ShankerV
17 - Castor

Hi @Georgia_H 

 

One way of doing this.

 

 

 

Screenshot 2023-07-18 121508.jpg

 

Many thanks

Shanker V 

Georgia_H
8 - Asteroid

hi @ShankerV 

 

Could you upload the .yxmd file for reference? Many thanks.

ShankerV
17 - Castor

Hi @Georgia_H 

 

Step 1: Input

Screenshot 2023-07-18 121508.jpg

 

Step 2:

Screenshot 2023-07-18 121508.jpg

 

Screenshot 2023-07-18 121508.jpg

 

Step 3:

Screenshot 2023-07-18 121508.jpg

Screenshot 2023-07-18 121508.jpg

 

Many thanks

Shanker V 

flying008
14 - Magnetar

Hi,@Georgia_H 

 

FYI.

 

录制_2023_07_18_15_23_18_333.gif

 

录制_2023_07_18_15_27_54_846.gif

ShankerV
17 - Castor

Hi @Georgia_H 

 

Step 4: Filter tool

 

 

Screenshot 2023-07-18 121508.jpg

Screenshot 2023-07-18 121508.jpg

 

Step 5:

 

Screenshot 2023-07-18 121508.jpg

Screenshot 2023-07-18 121508.jpg

Step 6:

 

 

Screenshot 2023-07-18 121508.jpg

Screenshot 2023-07-18 121508.jpg

 

Many thanks

Shanker V

Georgia_H
8 - Asteroid

Hi @ShankerV 

 

Please allow me to share my sample source in xlsx. You applied the List as input hence you can break the paragraph into respective rows. 

 

My case is all the texts are in 1 cell. Please refer to my sample source.

Georgia_H
8 - Asteroid

hi @flying008 

 

Thanks for the snippet. Could you upload the .yxmd file? I want to see how you did for the Text to Column split.

Labels