nerdexam
MuleSoft

MCD-LEVEL-1 · Question #9

Refer to the exhibits. What is written to the records.csv file when the flow executes?

The correct answer is A. The JSON payload. Transform Message Add write_date is coverting payload in JSON format and same JSON payload is avaialble to file write processor. However, if the payload is a different format (for example, not CSV) , you can place the transformation inside the Write operation to generate…

Mule 4 Application Development

Question

Refer to the exhibits. What is written to the records.csv file when the flow executes?

Exhibit

MCD-LEVEL-1 question #9 exhibit

Options

  • AThe JSON payload
  • BAn error message
  • CNothing
  • DThe payload convert to CVS

How the community answered

(13 responses)
  • A
    77% (10)
  • B
    15% (2)
  • C
    8% (1)

Explanation

Transform Message Add write_date is coverting payload in JSON format and same JSON payload is avaialble to file write processor. However, if the payload is a different format (for example, not CSV) , you can place the transformation inside the Write operation to generate content that will be written without producing a side effect on the message in transit. This is not done in this case. By default, the

Topics

#File connector#DataWeave transformation#CSV output#flow execution

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice