ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 55 - MCD - Level 1 discussion

Report
Export

Refer to the exhibits.

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

A.
The JSON payload
Answers
A.
The JSON payload
B.
An error message
Answers
B.
An error message
C.
Nothing
Answers
C.
Nothing
D.
The payload convert to CVS
Answers
D.
The payload convert to CVS
Suggested answer: A

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 connector writes whatever is in the message payload. Hence JSON payload will be written to file.

asked 18/09/2024
Vilfride Lutumba
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first