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.
Solved! Go to Solution.
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.
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.