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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

display a message from Talend on a windows command prompt

Good morning all,

I would like to display a message from Talend on a windows command prompt (cmd)

Would you have a solution please

Good morning all, I would like to display a message from Talend on a windows command prompt (cmd) Would you have a solution please

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi
Print the messages on a tJava, eg:
System.out.println("your messages");

Regards
Shong