Kafka dataset
I have a Data flow that has a kafka dataset as the source and an activity in the destination. The data kafka is retrieving is in JSON format. We need to convert that data to xml. The problem i am facing, I am not able to catch the primary context on which the data is coming to the activity. For eg when the Data flow is reading records, I am not able to see anything in the clipboard even though I am using custom pages in the activity to process the incoming data. Is there a way to view the data coming to the activity for successful records? And how can I convert the JSON to xml format ? Is there any ootb feature to do that?