Hi,
I found the “Lookup fields from resource” transformation and I consider it would really helpful for a extracting the device manufacturer from a MAC address. For example, not only could you get the Manufacturer name without manually mapping each MAC prefix (which manufacturer might have multiple of), but also allows for showing as a logo.
This example would work as MAC —[Lookup transform]—> Manufacturer name —[Replace with logo url, even manually]–> Logo.
An issue could be dealing with different MAC formats (AA:BB:CC ; AA.BB.CC ; AA-BB-CC ; 09:09:AA / 9:9:AA), but the available transforms should work for that.
This information is available from standards-oui.ieee.org.
Thanks in advance