Trying to import the Java class from Dataweave but not successful in doing so. I took the example from the Mulesoft official documentation: Mulesoft official documentations
Looks like, either it is the old documentation or my follow through is wrong. Need some help on this. Below is the line using which, I am trying to add the Java class or method.
import java!utils::ChangeTime
And below is the error, I am getting on this line:
Scripting language error on expression '%dw 2.0
var itemsValues = payload.Items
var firstName = itemsValues[0]
var l...'. Reason: Unable to resolve module with identifier utils::ChangeTime..
Thanks.