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 a String

DataPirate26
10 - Fireball

Hello I want to Parse the Filename from the String provided. So the string would be -  "00083B","Kelly TaxView Parent 01",",","TA_EXPORT","M". I want to parse out - Kelly TaxView Parent 01.

 

Can someone assist me out with this. 

3 REPLIES 3
cmcclellan
14 - Magnetar

Text to Columns would do that, and then remove the "

 

BUT .... is that really what you're loading ?  It just looks like a CSV file with quoted values, which can be read in and the quotes removed easily.

binay2448
11 - Bolide

Find attached solution ....

DataPirate26
10 - Fireball

This worked perfectly. Thanx

Labels
Top Solution Authors