@idpass/data-collect-core / FieldMapping
Interface: FieldMapping
Defined in: interfaces/types.ts:747
Field mapping configuration for external sync. Maps form fields to external system fields with optional transformation.
Properties
formField
formField:
string
Defined in: interfaces/types.ts:749
The form field key
opensppField
opensppField:
string
Defined in: interfaces/types.ts:751
The external system field name
transformer
transformer:
object
Defined in: interfaces/types.ts:753
Transformer configuration for value conversion
type
type:
string
options?
optionaloptions:Record<string,unknown>