I'm trying to modify my ETL flow on Pentaho, which is mongodb to oracle. I'd like to change it to incremental flow so I need a create date.
In mongodb there is a column named _id which has ObjectId and it gives you timestamp with getTimestamp() function.
ObjectId.getTimestamp()
How can use it on the json path though?
Here is ss from pentaho;
I tried this $._id.getTimestamp() and it give me null value.
Source and credits: SteveRdiout https://github.com/SteveRidout/mongo-object-time