type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
.scan.pdf_obj_hash.object_hash == "8638ef6bfe382a927aa12a18f2150757"
)
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(filter(attachments, .file_type == "pdf"),
any(file.explode(.),
.scan.pdf_obj_hash.object_hash == "8638ef6bfe382a927aa12a18f2150757"
)
)
Test against your own EMLs or sample data.