I have a file in C:\tmp
I am writing below code to copy contents of file but the name here is hardcoded
I want to parameterize the file name so that I need not change it...
I would assume the following code should be working:
var path=context.variableManager.getValue("myPathVariable");
var fileToCopy = new Packages.java.io.File(path);
Hey Nicolas,
I'm not having any issues storing 200+ items within a variable. Have you checked your extraction? Also, if you are processing the result of a webservice call, make...
How would I use a JSON object within an if…then…else condition?
In my case I'm iterating across a JSON object, which has four object elements. The loop runs four times as...
Hi Fousseyni,
thanks for your reply. I could also extract contractId and contractIsMine from the JSON object to two separate variables. This for example would give my foo=[21...