How can I generate a wide row for cassandra?

I would like to generate one or more wide rows for cassandra testing. Ideally this row would have 10,000 columns. How can I do this with mockaroo without choosing 10,000 separate column fields? Is there a way to convert a table to an SSTable row with the first column used as the clustering key?
Thank you.