The Inspire Pin contest has begun! Win a free pass to Inspire by submitting your design to be made into a real-life pin! Submission details can be found here.

Start Free Trial

Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

Output 500,000 rows—into a single CSV file in Alteryx Designer Cloud

JacEvaluator
6 - Meteoroid

Hello Everyone,

 

I could use some assistance with an issue I'm encountering in Alteryx Designer Cloud.

I am working with 22 Excel files that contain similar data, which I’m stacking using the Union tool. The data appears correctly in the preview, and I would like to output the combined result—approximately 500,000 rows—into a single CSV file.

 

However, when I run the workflow, I consistently receive an "AsyncRequestTimeoutException" error. Interestingly, the workflow completes successfully when I limit the output to just 1,000 rows.

 

I'm wondering if there is a recommended way to handle larger datasets in this environment. It's a bit surprising to run into this issue, considering Alteryx is built for data processing.

 

Any suggestions or best practices would be greatly appreciated.

 

Thank you!

4 REPLIES 4
alexnajm
19 - Altair
19 - Altair

@JacEvaluator people may have answers, and I can try this myself later, but in the meantime I would recommend submitting a case to Alteryx Support so they can take a look as well! MyAlteryx

alexnajm
19 - Altair
19 - Altair

I was able to write 1M to a csv just fine, so I would do the above ^

JacEvaluator
6 - Meteoroid

I think i know why. I was on the trial account. In trial they limit a file size of 40Mb max. So it is not about the rows, it is about the final output size not exceeding 40Mb. My combine output size is 150Mb.

alexnajm
19 - Altair
19 - Altair

Got it!