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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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