MCD - Level 1 Exam QuestionsBrowse all questions from this exam

MCD - Level 1 Exam - Question 6


How to import Core (dw::Core) module into your DataWeave scripts?

Show Answer
Correct Answer: B

The Core (dw::Core) module in DataWeave is automatically imported into all DataWeave scripts and does not need to be explicitly imported. Therefore, no special import statement is required to use its functions.

Discussion

4 comments
Sign in to comment
jpbatisOption: B
May 24, 2021

It is a standard module, does not need to be imported

sirious09Option: B
Aug 16, 2022

B - I agree with B

RSPortellaOption: B
Jan 16, 2023

This module contains core DataWeave functions for data transformations. It is automatically imported into any DataWeave script. For documentation on DataWeave 1.0 functions, see DataWeave Operators. Font: https://docs.mulesoft.com/dataweave/2.4/dw-core

ajccsOption: A
Dec 9, 2023

Sorry guys, I'm not agree. We need: << import * from dw::core >>