Skip to content

Source Frame

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

Within a Transaction Context there are two DataFrames. The first is the Source Frame which represents the original record read in by the Reader and the second is the Working Frame which is used and modified by the other components in the framework. After all processing is completed, it is the Working Frame which is written by the Writers.

The role of the Source Frame is be a reference to the original data and should not be modified. Only the Working Frame is to be modified. The Source Frame is used as a reference point for component logic when the data in the Working Frame may have been lost or modified.

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