I am trying to understand how i can read a json as string and convert it to Object and load into MongoDB collection as a single document? The structure of the JSON may keep changing overtime, so i want to basically read the json and load to MongoDB. Does talend has the capability to handle this? Anyone worked on a similar challenge.