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: 
Anonymous
Not applicable

import tRedirectOutput library in windows

Hi,
Can any one suggest how to import  tRedirectOutput library  in windows. 
The following is the version of Talend
Version: 5.6.1
Build id: V5.6.1_20141207_1530
i have tried the 2nd step which are mentioned in 
http://stackoverflow.com/questions/11290609/how-to-add-third-party-libraries-to-talend-project
But unable to find in the pallet box

Thanks,
Venkat
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
Do you want to install custom component tRedirectOutPut into your studio?
Have you already checked KB article about: TakendHelpCenter:Installing a custom component.
Best regards
Sabrina
Anonymous
Not applicable
Author

No luck
This option i am able to upload the file but unable to find in the property palette.
Can any one help me on this
Thanks,
Venkat
Anonymous
Not applicable
Author

Hi,
Don't you download .zip file from Talend Exchange?
Do you want to output all your message printed on console into a file?
Have you tried this code in tjava?
java.io.File file = new java.io.File("/temp/mylogfile_test.txt");

java.io.PrintStream ps = new java.io.PrintStream(new java.io.FileOutputStream(file));
System.setOut(ps);

Best regards
Sabrina

0683p000009MAxV.png