Created 08-31-2018 03:58 PM
hi all,
I have business case put data to Elasticsearch,
In updateAttribute, I convert date to datetime
${submit_date:toDate():format("yyyy-MM-dd HH:mm:ss.SSSZ")}
${now():toDate():format("yyyy-MM-dd HH:mm:ss.SSSZ"))}
however, data on Elasticsearch became to string?
Do you know how to fix it?
Many thanks,
Created 08-31-2018 04:04 PM
Look at the other question you posted, which i answered:
Created 08-31-2018 04:04 PM
Look at the other question you posted, which i answered:
Created 08-31-2018 06:11 PM
Hi @Steven Matision,
Thank you so much for your suggestions. I fixed that issue.
Created 09-02-2018 04:11 PM
@Thuy Le great job! Glad you got it working.