We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Most efficient way to save/retrieve Alteryx output file?

healsio2025
6 - Meteoroid

There's an "output tool" and "summarize tool" added at the end of workflow, however the output csv file will be too large for Excel to handle, how could I retrieve the result of the previously processed workflow by using the output or summarize tool either in Alteryx or Excel?

5 REPLIES 5
alexnajm
18 - Pollux
18 - Pollux

How about saving it as a .yxdb?

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @healsio2025 ,

 

If you re-use the output data only with Alteryx, then .yxdb is the best option.

Alteryx help: Alteryx Database File Format says;

"The YXDB format is the most efficient file type for reading and writing in Alteryx

because it has no size limit, is compressed for maximum speed,

and includes additional metadata that references the source of the data and how the data was created. "

 

If you may use it with Excel as well, then you need to output in .xlsx format.

The file in .xlsx format is smaller than .csv as it is zipped, but not optimized for Alteryx.

Qiu
21 - Polaris
21 - Polaris

Second on yxdb format. 

apathetichell
20 - Arcturus

This is really specific to your tech stack. Is it Alteryx entirely? Do you have a standard database? What are you doing with this ever growing output results? If you do not have a company-wide DB .... other than improperly used Excel -> now is the time to create one. Snowflake? It's fine for small footprints like this - and offers a good UI/integrations and fits well with Alteryx. AWS RDS on a free tier? S3? Why not? Anyway -> my point is you should be writing the .csv to something which is not Excel if you are writing over say 200K lines. Excel is not a database. Google Sheets is not a database. Alteryx is not a database.

Raj
16 - Nebula

In the Output Data Tool, select YXDB as the file type. YXDB files can handle large datasets efficiently and be read back into Alteryx later.

Labels
Top Solution Authors