Posted by: Pdfprep
Post Date: March 7, 2021
A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project’s src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module’s formatString function?
A)
B)
C)
D)
A . Option A
B . Option B
C . Option C
D . Option D
Answer: D
Leave a Reply