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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] running wget in Talend

Hi
I need to run wget from talend to make a request to a rest API, I can't use tRest component because I´ve problems with the authenticatons. I'm trying to use wget throught tSystem component but the problem is that Talend don't allow me to use quotes inside the command in the components settings. Can anybody provided me an example of it?
Thanks&Regards
Ivan
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Ivan
Try to escape the quotes, for example:
"cmd /c \"your command\""

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi Ivan
Try to escape the quotes, for example:
"cmd /c \"your command\""
Anonymous
Not applicable
Author

It works OK¡¡ Thanks¡
Anonymous
Not applicable
Author

Hi,
Would you mind sharing the exact wget command statement you used to download a file?
Thanks
Anonymous
Not applicable
Author

I am getting the error :
'wget' is not recognized as an internal or external command,
operable program or batch file.
Can you help me out, thanks!