Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm loading data from Mongo to Oracle Database. This is an incremental data load. If for the given day, there is no data coming in based on start and end dates, than I want the job to quit. But instead it is getting NULL values for all the columns. Can you please help me of how I can quit the job without any failure when there are no records coming in from Source. I've tmap here for data type conversions between source and target.
Here is the screenshot of my job :
Your component tMongoDbInput has a variable NB_LINE thats available after execution.
So you could like shown in the picture working with IF to either tDie or continue processing.
HTH! Kind regards, Samuel