Start Free Trial

Alteryx Designer Desktop Discussions

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

I have a CSV with 10K want to create a 100K file

TahoeLove
6 - Meteoroid

As stated I have a basic csv and I would like to create a random 100K records.

Basically take the 10K records and "Auto Expand" to 100K random records. 

 

 

4 REPLIES 4
alexnajm
18 - Pollux
18 - Pollux

How do you define "random"? Or could it just be the same records multiplied by 10 to get this expanded amount?

TahoeLove
6 - Meteoroid

Hi Alex great to see you on the community site. Same records multiplied by 10 exactly. I tried the Generate Rows, but the Condition Expression RowCount <= 10, did not seem to work as expected. I was expecting take my 10K, then copy/paste 10 times.

binu_acs
21 - Polaris

@TahoeLove one of doing this with batch macro

binuacs_0-1760603388943.png

 

TahoeLove
6 - Meteoroid

Thank you @binu_acs  works like a charm.

Labels
Top Solution Authors