Closed mindcrusher11 closed 4 years ago
You can configure the format with the dateFormat
option, or look at CustomDateFormat.java
for how that serialization is done.
It looks like the code should use the default DateFormat
implementation if you set that value to null.
I have configured deatformat as well.
"dateFormat": "MM-dd-yy", "longToString": true
Thanks Gaurhari
On Tue, Oct 23, 2018 at 8:41 PM Will Winder notifications@github.com wrote:
You can configure the format with the dateFormat option, or look at CustomDateFormat.java for how that serialization is done.
It looks like the code should use the default DateFormat implementation if you set that value to null.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ozlerhakan/mongolastic/issues/29#issuecomment-432390669, or mute the thread https://github.com/notifications/unsubscribe-auth/ACVt9vRNg0Y8bIoA91qWDZZcux2axjIZks5un3DWgaJpZM4X1mGm .
I am transferring data from elasticsearch to mongodb but date column is stored as string.