Creates a validation hook from a Zod schema.
Zod schema instance
Validation options
Whether to coerce values according to Zod's coerce (default: true)
'strict' (throw on first error) or 'collect' (collect all errors)
Validation hook compatible with JTCSV hooks.perRow
Creates a validation hook from a Zod schema.