Hey,
I am Working on a dataset which takes multiple inputs in a workflow, Joins all of them 1 by 1 after certain manipulations.
The final dataset generated is a bit more than 10 million rows and more than 100 columns.
Now I know, it can be output in Alteryx format and many others, But I am looking either Excel or CSV.
I need the workflow to run, keep writing the output to 1 Excel file or worksheet or 1 csv file then as soon as the limit is about to be reached, switch over to the next sheet or file for the remaining records and so on.
Thanks