Skip to content

Transforms

Steve Cote edited this page Apr 23, 2017 · 1 revision

Coyote DX Transforms are components designed to make changes to the Working Frame within the Transaction Context. Transforms are used to perform look-ups on field values in the Working Frame and replace them with new values.

Transforms can also perform simple functions such as formatting dates and numbers, changing the case of a string and encrypting sensitive fields.

Complex Transforms

More complex processing can be performed in a transform. It is called with a reference to the current working frame after it has been validated and must return the reference to the transformed frame. The nature of transformation is completely within the domain of the transform. One developer has written a transform which enriches the data frame by performing a web service lookup on one of the values and adding the results to the working frame for other transforms to use when processing the frame. (A generic version of this transform will be added to future versions of this toolkit.)

Home

  1. Concepts
  2. Features
  3. Transform Engine
  4. Quick Start
  5. Configuration
  6. Secrets Vault
  7. Readers
  8. Writers
    • List of Writers
    • Custom Writers
  9. Filters
    • Accept
    • Reject
    • Custom Filters
  10. Tasks
    • List of Tasks
    • Custom Tasks
  11. Validators
    • List of Validators
    • Custom Validators
  12. Listeners
    • List of Listeners
    • Custom Listeners
  13. Transforms
    • List of Transforms
    • Custom Transforms
  14. Mappers
  15. Context
  16. Databases
  17. Templates
  18. Logging
  19. Encryption
  20. Usage
  21. Expressions
  22. Examples
Clone this wiki locally