Flags

class PreProcessingFlag

An enum.IntFlag class containing the pre-processing options listed below.

nadap.NOFLAG

Disable all pre-processing. (default)

nadap.SET_DEFAULTS

Enable adding of missing keys in dictionaries, where a default value is defined in the data schema.

nadap.CONVERT_DATA

Enable the data conversion defined in the data schema.