About Custom-field Mock Data Generator
This tool generates mock datasets from custom field definitions with multi-format output support.
Key Features
- Custom Field Rules: Add fields with configurable generation logic.
- Batch Generation: Produce many records quickly.
- Multi-format Output: JSON, CSV, SQL, XML, YAML.
- Template Presets: Start from common field templates.
- Output Stats: Record count, field count, size, and format indicators.
Steps
- Choose output format and record count.
- Define field rules.
- Optionally apply templates.
- Generate and copy/download data.
Use Cases
- Preparing test data for integration.
- Producing API documentation sample payloads.
- Rehearsing import pipelines with synthetic data.
FAQ
How do I keep generated records unique?
Use sequence, constrained random ranges, or composite key strategies in field definitions.
Does SQL output include table creation?
It usually focuses on data rows/inserts; maintain schema creation separately per database standards.