Re-exports§
pub use steps::*;
Modules§
Structs§
- Step
Chain - Ordered chain of
TransformSteps applied sequentially to each record.
Traits§
- Transform
Step - A single transform operation applied to one record’s data.
Functions§
- parse_
steps - Parse a JSON array of step definitions into a
StepChain.