Created 11-16-2018 11:03 AM
Hi,
We are using the getMongo processor to pull data from mongodb. Everything works fine but all dates are coming in the following format:
"$numberLong" : "1542271444000"
How can I get the date as a string or date.
Created 11-22-2018 07:36 AM
In GetMongo configuration, go to properties and change the value of JSON Type to Standard JSON.
View solution in original post