<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [CodebookStrategy](./schema.codebookstrategy.md)

## CodebookStrategy enum

<b>Signature:</b>

```typescript
export declare enum CodebookStrategy 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  DataTypeAndMapping | <code>&quot;data type and mapping&quot;</code> | Apply both data type and mapping for each column, per the codebook definition |
|  DataTypeOnly | <code>&quot;data type only&quot;</code> | Only parse data types for each column, per the codebook definition |
|  MappingOnly | <code>&quot;mapping only&quot;</code> | Only apply mappings for each column, per the codebook definition |

