Parser
Configuration
Field |
Description |
Default Value |
Environment Variable |
obfuscate |
Whether to apply obfuscation after parsing. |
False |
ALC_OBFUSCATE |
treat_numeric_cols_wo_format_as_double |
If True, the type of numeric columns in SAS EG & DI metadata without a format will be inferred as DOUBLE, otherwise they will be set to UNKNOWN. Columns with UNKNOWN type are not casted in generated code. |
False |
ALC_TREAT_NUMERIC_COLS_WO_FORMAT_AS_DOUBLE |
export_embedded_user_written_code |
Whether to export embedded user written code from SAS EG Code Tasks and SAS DI user written transformations. |
False |
ALC_SAS_EXPORT_EMBEDDED_UWC |
Example
parser:
treat_numeric_cols_wo_format_as_double: true