Skip to main content

Module preprocess

Module preprocess 

Source
Expand description

Data preprocessing layer for connectors.

This module provides a preprocessing framework that allows data transformation before it reaches the parser.

The preprocessing layer fits between transport and parsing in the data pipeline:

Transport → Preprocessor → Parser → Circuit

Structs§

PreprocessorRegistry
A registry where all factories that can create Preprocessors are registered

Enums§

PreprocessorCreateError

Traits§

Preprocessor
Trait for preprocessing raw data before parsing.
PreprocessorFactory
A factory that can create a new Preprocessor object.