Basic Import

Basic CSV import with FormBuilder.Bulk.

How It Works

  1. Same schema and formDefs – Reuse the same definitions from FormBuilder.Single
  2. CSV ingestion – Drop a file or paste tabular data
  3. Auto-mapping – Headers match field name and label properties
  4. Validation – Every row is validated against the Zod schema
  5. Submit rowsonSubmit receives { rows } with validated data

See the full API Reference for all available props including parseOptions, mapping, and toolbar.

On this page