Generate a custom dataset
sampuli_schemaGenerate rows from a custom schema, mixing generic types and country-accurate fields. Each field has a name and a type — a generic type ("uuid", "int:0,500", "enum:free,pro,team", "date:2021,2025") or a country field spec ("ke.phone", "de.iban"). Optional per-field "blank" (0–1) makes it null that often.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Reproducible output. | |
| count | No | How many rows (default 1). | |
| fields | Yes | The columns to generate. | |
| format | No |