Skip to content
# Type Alias: ColumnMapping

ColumnMapping = string | ColumnConfig

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

Column mapping can be either a simple string or enhanced configuration.

Released under the MIT License.