Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I am using Talend 7.1.1 Big Data and I have to change the name of the catalogue files on my repository (/tmp/) with a standard name (removing the number of the version):
I used this command in my ubuntu machine and it works:
I tried to put that command with " cmd /c " at the begginning of the string and I tried to put "use array command" too, but they don't work.
The error is: "f not expected"
Does anybody know how can I solve my problem?
Regards
I tried using new sting []{} but it gives my sintax problem (cannot convert a string to string).
The screenshot is the following: