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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Running a special linux command in talend

Hello,

 

So I am trying to run a linux command in talend. The command contains : and "" (i.e. colons and quotations in it -- it is a curl command). I tried running it in tsystem and tssh but the "" in the command is throwing it off and giving an error. How can I run this command. Any help would be greatly appreciated.

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    Since the underlying framework for Talend is java, you will have to use \" to mark the double quotes as part of the command. It will make sure that command will be working perfectly.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

    Since the underlying framework for Talend is java, you will have to use \" to mark the double quotes as part of the command. It will make sure that command will be working perfectly.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

@sai06kiran

 

   Could you please mark the topic as answered if my replied has helped you to identify the problem?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂