Generate large text files with dummy data (i.e. for performance testing an app that needs to read a file).
This is a console app. It allows to generate large files (you can specify the size in megabytes).
There is a template which you can set to define how a single line should look like, e.g. you can make a CSV file from it. This can contain random words, random numbers and sequential numbers.
It has a dictionary of English words which you can replace with your own set. You can make...