Generate to File
The Generate to File workflow is available at:
https://anywaydata.com/generate.html
It is designed for schema-driven generation where your main goal is to produce output files quickly.
What this page is best for
- defining data-generation schema without manual grid editing overhead
- previewing generated rows before export
- applying format-specific output options
- downloading generated output directly
Typical workflow
- Define schema rows (column name, source/type, value rule).
- Set row count for preview or generation.
- Select output format.
- Configure format options.
- Generate and download the result.
Generation rule types
You can define columns using:
FakerRegExLiteralEnum(including pairwise combinatorial generation)
For detailed rule behavior, see:
Pairwise generation
When your schema includes two or more enum-driven fields, you can use pairwise generation to reduce test-case volume while still covering all value pairs.
See All Pairs Combinatorial Testing for details.
Relationship to app.html
Use generate.html when file output speed and schema-driven generation are the priority.
Use app.html when you need richer interactive table editing before or after generation.
See Data Grid Editable.