schema.codebookstrategy.md

November 8, 2023 ยท View on GitHub

Home > @datashaper/schema > CodebookStrategy

CodebookStrategy enum

Signature:

export declare enum CodebookStrategy 

Enumeration Members

MemberValueDescription
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