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…
Question
Refer to the exhibits. What is written to the records.csv file when the flow executes?
Exhibit
Options
- AThe JSON payload
- BAn error message
- CNothing
- DThe payload convert to CVS
How the community answered
(13 responses)- A77% (10)
- B15% (2)
- C8% (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
Community Discussion
No community discussion yet for this question.
