Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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