Skip to content

Dotty Notation

Jason Kendall edited this page May 13, 2020 · 1 revision

Dotty Notation lets you access deeply nested fields using dot notations. It's also extended to allow access to lists via wild cards. Some examples of dotty notation include:

  • Event.info - The event info text
  • Event.Attribute[*].value - This will return all Attribute values for an event
  • Event.Tag[0].name - Returns only the first Tag Name within the event

See the python module for more examples

Clone this wiki locally