Hi all,
   I'm using GetMongo configured with JSON Type of "Standard JSON".  The
document I've got in Mongo has a date field that looks like the following:
{
   ...
   "date" : ISODate("2018-08-06T16:20:10.912Z"
   ...
}

   When GetMongo spits it out, the date comes out as:
"2018-08-06T16:20:10Z", noticeably missing the milliseconds.

   I've created a bug ticket here:
https://issues.apache.org/jira/browse/NIFI-5495.

   I'm not sure if there's a work around or anything like that.  If anyone
else has suggestions to either add back the missing milliseconds, even if
it's just tagging on ".000" to get the format back, I'm all ears.

Thanks,
Ryan

Reply via email to