Simple language - Add support for using multiple list/map index chained together
--------------------------------------------------------------------------------
Key: CAMEL-4218
URL: https://issues.apache.org/jira/browse/CAMEL-4218
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.8.0
See
http://fusesource.com/forums/thread.jspa?messageID=11182⮮
We should add support for in simple language to be able to do:
{code}
"${body[0][cool]}"
{code}
To access a body of type List<Map>, to access the first record in the list, and
access the map with the key cool.
Currently you cannot do multiple chained [] in simple language.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira