cancel
Showing results for 
Search instead for 
Did you mean: 

Render CSV File Output Dynamically.

SOLVED
SH_94
11 - Bolide

Render CSV File Output Dynamically.

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
SH_94
11 - Bolide

Render CSV File Output Dynamically.

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.

 

 

Qiu
21 - Polaris
21 - Polaris

Re: Render CSV File Output Dynamically.

@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

Attachment
Download this attachment