What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module’s formatString function?


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

Your email address will not be published.