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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bmatt
Contributor
Contributor

JSON Deserialization in Big Data Batch Jobs from MongoDBInput

Hello! I am working in a Big Data Batch job and I have Objects that are being read in from a tMongoDBInput component. They are JSON objects, and I want to be able to access them as strings to use tExtractJSON later in my pipeline (from my understanding this works on strings). When I read in the input, they are serialized as java.lang.Object@<serial_number> and I cannot figure out how to get the actual JSON string out of these objects.

If it helps, I am running a Spark instance 3.5x and I'm running Talend Studio 2025-03.

Labels (3)
0 Replies