What is the output type of the DataWeave map operator?
What is the output type of the DataWeave map operator?
The DataWeave map operator is used to iterate over the items in an array and apply a transformation to each item. The result of applying the map operator is a new array containing the transformed items. Therefore, the output type of the DataWeave map operator is an Array.
B is correct
The standard way here for checking the correct answers seems to be checking the discussion instead of checking the solution :)
Correct is B
B. map in Dataweave is used to iterate over items in an array and outputs the results into a new array.
ARRAY!!!! MAP WORKS WITH ARRAYS ONLY. Correct answer is B
B is correct