We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It'd be nice if I could read elements out of an XML document using xpath. Something like this:
- bloblang: root.id = content().xpath(/element/id) - bloblang: root.value = content().xpath(/element/value) - bloblang: root.meta.created = content().xpath(/element/creation)