Let’s talk about SELECT
in ESQL
—and I don’t mean database queries (although they are somewhat similar). I mean using SELECT
to slice and dice message data inside IBM App Connect Enterprise
(ACE)
. Think of it like SQL, but for navigating the message tree instead of a table.
This post is all about the different ways you can use SELECT
in ACE
: returning arrays, rows, or just that one perfect value. To clarify, I’ve built out a quick demo flow with a very simple message structure, grabbed the outputs, and broken it all down for you.
We’ll look at: