Hello,
I am trying to remove header/rows in a text files after merging many files into one that have a header row?
I first created a Read File task. I use this global varable as input to a write file task. in the value area i use the following:
{STRING(Remove,{TASK(5e3f24ca-275b-44d8-92d4-f1e6d4588218,StdOut)},varMySearchString,)}
My intent is to remove the string contained in the variable varMySearchString, but the function returns:
, err: Conversion from string "MySearchString" to type 'Integer' is not valid.]"
Where can i fund the function definitions that will tell me the parameters of the string functions such as string.remove or string.replace?
Thank you