Skip to content
# Interface: ColumnConfig

Defined in: packages/core/src/transformers/EnhancedJsonMapping.ts:14

Enhanced column configuration that supports both simple and complex mappings.

Properties

column

column: string

Defined in: packages/core/src/transformers/EnhancedJsonMapping.ts:16

Source column name


type?

optional type: ColumnType

Defined in: packages/core/src/transformers/EnhancedJsonMapping.ts:18

Type enforcement for this column


nullable?

optional nullable: boolean

Defined in: packages/core/src/transformers/EnhancedJsonMapping.ts:20

Whether this field is nullable


transform?

optional transform: string

Defined in: packages/core/src/transformers/EnhancedJsonMapping.ts:22

Custom transformation function

Released under the MIT License.