Philipp Zehnder created STREAMPIPES-48:
------------------------------------------
Summary: Add support list properties containing nested properties
in StreamPipes Connect
Key: STREAMPIPES-48
URL: https://issues.apache.org/jira/browse/STREAMPIPES-48
Project: StreamPipes
Issue Type: Improvement
Reporter: Philipp Zehnder
Currently we just support lists properties consisting of primitive properties
(e.g. [1,2,6,0] or ["one","two","three"].
We should extend the schema guessing for lists containing nested properties as
well (e.g. [\{"x": 1, "y":2},\{"x":1, "y":3}])
The adapter has to ensure that all objects within the list have the same schema.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)