-
Feature
-
Resolution: Obsolete
-
Major
-
None
-
0
-
0%
-
Todo
(Migrated from https://github.com/syndesisio/syndesis/issues/4862)
Author: Martin Muzikar
Assignees: unassigned
This is a...
[pre][code]
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report [!-- Please search GitHub for a similar issue or PR before submitting --]
[ ] Documentation issue or request
[/code][/pre]
Description
This might be only usable for OpenAPI connectors, but from what I've tried so far, there is no way to iterate over a collection in OpenAPI response, because there is some other information (such as status and response type), and split currently only takes the "root" of the message. Which causes for the exchange to be broken into pieces that don't make sense to work with.
Example of what I am saying:
!image
There should be a way for either specifying that the field body should be split, or a way to modify current body, so I could do
body = body.body
and then the split step should work.