Good Morning,
I have a array of numbers coming from a device.
I have an array of Objects coming from a HTTP request as a response and I want to merge these two data into a single object and Append the timestamp with it to push it to a Mongo database in a different collection.
How can this be accomplished?