How to avoid top level object "data" in MongoDB Collection?
Hello Talendians,
I have a talend job which reads entire file as string, convert it to object and finally loads into MongoDB Collection. everything is fine but the code is introducing object "data" in MongoDB Collection which is not there in the data file that i am trying to load. In all probablity data is just the name of the column i am defining in the tfileinputdelimited.