Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
adbdkb
Creator
Creator

Convert AVRO formatted message to JSON with BigData Community Edition

I am trying to connect to Kafka using BigData community edition.  The data in the topic that I am attempting to connect to is in AVRO format.  What component should I use  after the tKafkaInput and /   or how should I design the job stream  so that I can get the JSON representation of the data?

 

Thank you

 

Labels (4)
2 Replies
manodwhb
Champion II
Champion II

Try to check the twritejson component or tfileoutputjson to convert into Jason.
adbdkb
Creator
Creator
Author

I tried with tFileOutputJSON, but the output i get looks like the memory address like

[{"payload":[B@2b5f4d54},{"payload":[B@5f7b97da}] from tKafkaInput with output selected as byte[].

 

How do I convert the byte[] memory address to a json?