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.