With REST web services, generally they return JSON/XML, which I then need to manipulate into attributes.
The pattern of work is often:
- Add Creator, HTTPCaller, Logger/Inspector
- Run workspace
- Inspect returned JSON/XML - determine if need to fragment and flatten or only flatten.
- Add JSONFragmenter or JSONFlattener or XML equivalent and Logger/Inspector.
- Run workspace.
- Inspect attributes created from flattening.
- Expose attribute names that were created by flattening.
I wish this was less work.