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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
sbxr
Contributor III
Contributor III

Not able to send data to output main using tmap

 Hi Team,

please tell me why i am not able to recieve data to my output db.. the job is running and starts sending data from input main but output main is only showing starting.

screenshot attached

 

Regards

Labels (1)
  • v7.x

5 Replies
Anonymous
Not applicable

Hello,

The attached screenshot is not available on forum. Could you please re-upload it again?

Best regards

Sabrina

sbxr
Contributor III
Contributor III
Author

Hi @xdshi 

 

find the screenshot attached


fffrrf.PNG
Anonymous
Not applicable

Hi,

 

     The issue seems not with tmap but with the tMongoDBOutput. Could you please try to put the output to a tlogrow and see it?

 

     Also check the console output of the flow. 

 

Warm Regards,

 

Nikhil Thampi

sbxr
Contributor III
Contributor III
Author

i will try and let you know @nthampi @xdshi

Anonymous
Not applicable

Ok then just do the job like this.
Created variable named with mailData string ""
then design job like below.
tFileList --> tFileInputDelemiter --> tmap --> tLogRow --main-->tJavaRow
|
|
OnSubJob OK
|
tSendMail

add below code in tJavaRow.
context.MailData=context.MailData+inputrow.yourcolumn(s);
Add this variable in tSendMail body part. Not Tested but you can try.