Skip to content

09. Generating Random Data from CSV and Excel workbooks

Hemanth Sridhar edited this page Mar 8, 2022 · 3 revisions

This library internally uses org.apache.commons:commons-lang3

We can generate random data as below by adding the exact text in either the workbook or csv.

randomAlphabetic(10)
randomAlphabetic(10)
randomAlphaNumeric(5)
randomNumeric(5)
randomAscii(5)
randomGraph(5)
random(5)
randomAlphabetic(1:5)
randomAlphaNumeric(1:50)
randomAlphaNumeric(25)