Cartographer
Cartographer copied to clipboard
add ability to build converters chains so that multiple converters gets applied to single mapping step
This is more of a re-write of current way we do the mapping.
The goal here is to be able to build a chain like this
- read source value
- apply zero or more transformations
- write target value (potentially transformed from source value)