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.

Does alteryx store the data from excel or csv

tomekgagola
7 - Meteor

I could not find the definite answer but please advise if alteryx stores the data from input files? I won't be caching it and need to ensure no data is stored by alteryx.

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @tomekgagola 

 

Alteryx doesnt save any data on its own unless you are using output tool and outputting it to a file.

 

Even cache and run doesnt save any data as a file on the system.

tomekgagola
7 - Meteor

Thanks. Just to clarify only output is stored even if send to the local drive?

atcodedog05
22 - Nova
22 - Nova

Hi @tomekgagola 

 

Yes thats correct.

 

Alteryx doesnt save any data without user discretion.

MarqueeCrew
20 - Arcturus
20 - Arcturus

@tomekgagola ,

 

I want to help to clarify the answer from @atcodedog05 .  Alteryx processes data in memory.  That being said, there is the potential for a temporary file to be generated in your defined temporary directory.  When the workflow is closed, all files are purged (including cache).  For contract purposes, the data is never stored locally. 

 

Now how you get your hands on that Excel file, where it is stored and backed-up is another question.

 

cheers,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels
Top Solution Authors