10. Implement Data Access Components¶
Note
Data Exchange Framework includes components that allow data to be mapped between objects. See Mapping for more information.
Pipeline steps that make requests need to access values from response. The data access components created from the steps below allow token to be specified to select data from a JSON response.
- 10.1. Add Token Value Accessor Template
- 10.2. Implement Token Value Reader
- 10.3. Implement Token Value Accessor
- 10.4. Set Value Accessor Template Standard Values
- 10.5. Add Token Value Accessor Set Template
- 10.6. Implement Token Value Accessor Set
- 10.7. Set Value Accessor Set Template Standard Values