Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

TXT File option not available in Input Data drop down menu

HJ735
5 - Atom

Hi Alteryx Community!

 

I'm facing a simple but frustrating issue. I'm trying to upload a txt file to Alteryx but the .txt file option is not showing up when I use Input Data.

 

HJ735_0-1686932901593.png

Any idea why this could be happening? The txt file is very large (over 30M KB of data).

 

Thanks!

 

3 REPLIES 3
acarter881
12 - Quasar

Hello, @HJ735.

 

Have you tried the drag-and-drop approach? You can drag the text file onto the Designer canvas and it should give you a window that is shown in the screenshot below. From there, you can specify how to import the data.

acarter881_0-1686937276913.png

 

DanielG
12 - Quasar

@HJ735 -- when you bring in an input tool initially it has .txt listed on there

DanielG_1-1686937204484.png

 

however that is more of just a filter to the folder that you picked to look in.  Once you pick a .txt file the next pop-up shows this at the top,(image cut up to hide my file address.

DanielG_0-1686937010236.png

 

Just set it to read as a delimited text file and choose your delimiter

DanielG_2-1686937324503.png

 

When you do that it gets set up as a CSV in the config window with the chosen delimiter.

 

DanielG_3-1686937385267.png

 

 

Hope this helps

geraldo
13 - Pulsar

@DanielG 

 


select files as csv then change to all types in file browse
select txt file
and set the type of delimiter

 

geraldo_0-1686937739706.png

 

Labels