I'm looking for the ability similar to the 'getOrDefault'[1] in the Java Map class. I would like to access an attribute if the flow file has it but be able to define a default if it don't. I've looked over the doc and can't find a way to do it and wanted to see if someone else has done it.
Devin [1] https://docs.oracle.com/javase/8/docs/api/java/util/Map.html#getOrDefault-java.lang.Object-V-
