Cartographer icon indicating copy to clipboard operation
Cartographer copied to clipboard

add ability to build converters chains so that multiple converters gets applied to single mapping step

Open kkozmic opened this issue 12 years ago • 0 comments

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

  1. read source value
  2. apply zero or more transformations
  3. write target value (potentially transformed from source value)

kkozmic avatar Jul 15 '12 07:07 kkozmic