Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohail_iqbal
Contributor
Contributor

Batch processing using MongoDb(source) and MySQL(output)

All the records are extracted in a single run from mongoDb first and then get loads into MySQL

What I want to achieve :

I want to implement batch processing technique in my ETL job. First my ETL should check how much records are in the mongoDb then divide those records in batches and perform ETL execution.

The current structure of my job is like this

tMongoDbInput ---> tJavaRow --->tMap ---> tMySQLOutput --->tLogRow

What modifications I would require then

Labels (2)
0 Replies