The data I want is in that `"DATA"` array which is...
# troubleshooting
a
The data I want is in that
"DATA"
array which is just a huge array of dicts. I was looking at using stream maps to ignore
REPORTTYPE
and just get the attributes I need out of
DATA
, but it looks like this could be tricky - I notice that stream maps don't support nested property declarations. Does anyone know of a workaround for this?