Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 783 Bytes

File metadata and controls

20 lines (13 loc) · 783 Bytes

Home > @datashaper/schema > CodebookStrategy

CodebookStrategy enum

Signature:

export declare enum CodebookStrategy 

Enumeration Members

Member Value Description
DataTypeAndMapping "data type and mapping" Apply both data type and mapping for each column, per the codebook definition
DataTypeOnly "data type only" Only parse data types for each column, per the codebook definition
MappingOnly "mapping only" Only apply mappings for each column, per the codebook definition