How can we get the date as a string or date.
We are using the getMongo processor to pull data from mongodb. all dates are coming in the following format:
"$numberLong" : "1362471342000"
How can we get the date as a string or date. looks like it is not straight forward way to do this.
Tagged: