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.

Number of records

Simraneyy
5 - Atom

I am working on consolidating huge files, if I choose excel, it exceeds the number of rows, if I choose CSV it does not load completely when I open,

Is there any other way to save

4 REPLIES 4
sparksun
11 - Bolide

Why not use .yxdb?

Simraneyy
5 - Atom

Can you explain how it is done, will this extension open in excel?

 

Tiffyyy
Alteryx
Alteryx

you can try to download text editor like Notepad++ (https://notepad-plus-plus.org/downloads/) or sublime (https://www.sublimetext.com/download) to open large csv file.

 

Just curious, why you would want to open the file after exporting out from Alteryx Designer?

danilang
19 - Altair
19 - Altair

Hi @Simraneyy 

 

What's the purpose of your consolidation?  How is the consolidated data going to be viewed?  Excel has a hard 1M row limit per sheet, so you can't use excel to view all your data on a single sheet.  This applies to your csv file as well, if you use excel to open it.  Open the csv with notepad and you'll see that all the rows are there.  

 

The output that you choose will depend on the answers to the first 2 questions.  Maybe you don't need to see all the data on a single sheet.  In that case you can output the data to multiple sheets in excel based on some criteria.  Check out the answers on this post to see examples of that.     

 

Dan

 

Labels
Top Solution Authors