Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
I have big size json files and i have to put in to the mongoDB. I am using tFileInputJson component to fetch the data from json file but the problem is that json files is having so much fields and while defining the schema i have to take care of each field,even while mapping i have to write Json Path query for each field. it's become very complicated,
Is there any component by which i will automatically get the fields from json files. so that i can directly put in to the mongoDB
Thanks In advance