Skip to main content
Solved

Mongo extract

  • June 23, 2023
  • 3 replies
  • 35 views

Suryateja
Fan

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 

Best answer by Suryateja

@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 

3 replies

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • June 23, 2023

@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
Fan
  • Author
  • Fan
  • Answer
  • June 26, 2023

@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 


Suryateja
Fan
  • Author
  • Fan
  • June 26, 2023

I am using mongodb origin to extract data from mongo compass