Re-exports§
pub use transformer::Transformer;
pub use transformer::TransformResult;
pub use transformer::TransformResultHelper;
pub use transformer::TransformError;
Modules§
- Command line interface.
- Traits and types that define transformations on CSV record fields.
Structs§
- A
Transformer
paired withApplicability
and a priority which can be applied to fields in a CSV record. - An ordered set of
Rule
s sorted by priority. - A single processed and transformed record.