Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Here is my job :
i have three json files ( file1.json , file2.json , file3.json ) i used tiflelist to get them but the problem is that in my output json file all fields are null except fields from the last file ( file3.json )
and here is my json file output :
Can any one help me solve this problem ?
Thank you
Hello
I put one file in the folder like you said and it works
this is my input json file :
and this is my output json file :
and this are my basic settings of tFileInputJson :
So what could be the problem ?
Thank you
Hi ,
I have 3 json files
here is the frst json file (file1.json) :
here is the second json file (file2.json) :
here is the third json file (file3.json) :
here is the output file :
I get only the values of the last input file (file3.json)
The idea is to build a single json file from these three files and save it in mongodb I just wanted to test the possibility of building a json file from three files
Can you help me with this ?
Thank you
Hi ,
Thank you it works now but the structure of the output file is this :
but i want to get this structure :
how i can get the second structure ?
Thank you for help
Hi
Thank you for your help it works