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

Refer to the exhibits.

What is written to the records.csv file when the flow executes?
A . The JSON payload
B . An error message
C . Nothing
D . The payload convert to CVS

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.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments