Skip to main content
Solved

Mongo extract


I want to extract data from mongodb from the last modified date how can I do that, Is it possible to parameterize offset value in mongo origin 

3 replies

Userlevel 5
Badge +1

@Suryateja 

I believe you are using JDBC consumer to fetch data from the table. In place of jdbc consumer , you can try with origin as jdbc query consumer and it will help you in fetching data based on the timestamp.

 

Please let me know if you need any help on the same, happy to help you .

 

Thanks & Regards

Bikram_

@Suryateja

I believe you are using JDBC consumer to fetch data from the table. In place of jdbc consumer , you can try with origin as jdbc query consumer and it will help you in fetching data based on the timestamp.

 

Please let me know if you need any help on the same, happy to help you .

 

Thanks & Regards

Bikram_

I am using mongocompass as origin 

I am using mongodb origin to extract data from mongo compass

Reply