Alteryx Designer Desktop Discussions

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

Render CSV File Output Dynamically.

SH_94
11 - Bolide

Hi Community,

 

I would like to ask if there is way for us to render the output of the csv file based on the number of row in the csv file.

 

As the data is keep accumulating and increasing, i would like to render the result dynamically as below.

 

I would like to build the workflow that render csv file, each csv file contains 10mil row. The example of output will be as follows:

Output_1.csv ( it will contain 10mil row)

Output_2.csv ( it will contain the second 10 mil row)

Output_3.csv ( it will contain the third 10mil row)

The list will keep continue based on the number of row in the data.

 

Is it possible to do it in the Alteryx?

 

many thanks agian for the support.

 

 

1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@SH_94 
We can use a Record ID and divide the record number to several batches with a fixed number of record as below

0126_SH_94.png

Labels