Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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 🙂
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 🙂
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 🙂