Claus Ibsen created CAMEL-17101:
-----------------------------------

             Summary: camel-core - Split EIP should be able to split a Map out 
of the box
                 Key: CAMEL-17101
                 URL: https://issues.apache.org/jira/browse/CAMEL-17101
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.13.0


If you use a Map as the message body then split via

split(body())

will not split the map into its entries, eg Set<Map.Entry> but containing the 
entire map as a single entity.

That is a bit weird we haven't talked about this before, that the 
ObjectHelper.createIterable does not have Map support (what the split uses to 
split).

A user had a bit trouble with the dropbox component that returns a Map of 
multiple files from dropbox
https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/setUpDropboxCamel




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to