Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities 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