Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have talend and mongodb on two different servers and two different zones ( these timezones may change in future). I am trying to set context variable in taled to mongodb sysdate. I have tried few ways using tMongodbInput and tMongodbRow with new Date(), new ISODate() and $currentDate methods. But it is either a JSON parse exception or Bad Command. I am looking for mongodb query for select sysdate from dual. Is there any way to get sysdate like this in taled using mongodb
Try with Date() or new Date() functions
Hi
Can you please let me know TALEND VERSION?
is this 6.4.1 or 7.1.1 ?
there is some issue in 6.4.1 and 7.0.1 mongodb connector .
Thanks
Chandru
I am using talend 7.1.1 with mongo db 3.2.x