Alteryx Designer Desktop Discussions

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

How to Read .txt File in alteryx

CHandrash12
5 - Atom

Hello All,

 

I am new to Alteryx and need help to read below text in a columns as shown in snippet. I am able to read text file in Alteryx but it all comes in column. Need help. I need to achieve this with only input tool

 

Test Input

EmployeeID;Name;Age;Exp;Comments
100;Warren,Ash;24;1.5;"Good;Employee"
101;Sue,Mary;27;3;"Avg; Employee"
102;Walter,John;30;4;"Bad;, Employee"

 

Expected Output

 

CHandrash12_0-1605855766523.jpeg

Regards,

Chandrakanth.K

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @CHandrash12 

 

Browse the file apply the config like below.

atcodedog05_0-1605856136951.png

Output:

atcodedog05_0-1605856241072.png

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

RolandSchubert
16 - Nebula
16 - Nebula

Hi @CHandrash12 ,

 

can could use an Input tool and configure t to read "delimited text file", use ";" as a delimiter. 

2020-11-20_08-08-23.png

 

 

 

Best,

 

Roland

PraphulSamavedam
8 - Asteroid

Hi Chadrakanth,

Please find the attached workflow for the solution.

The following configuration has been used for reading the text file as delimited file.

PraphulSamavedam_0-1605856632461.png

Delimiter = ";"

Ignore Delimiter in = "Quotes" (for comments column)

 

 

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @CHandrash12 

 

Cheers and Happy Analyzing 😀

 

Feel free to reach out if you face any other issues 🙂

Labels