Custom Script Arguments

Value Description
Newfilename The file name generated by Kingfisher. This is the name, so does not contain the whole path.
Oldffilepath The input file path, in a SharePoint step this will the temporary download location.
TempOutputFile This is the temporary output file. It is the same as concatenating the TempTarget and Newfilename variables above.
TempTarget This is the temporary folder where Kingfisher stores all the target files until the job is finished, this is where you will get the output file. i.e. outputfilepath= TempTarget+ Newfilename
FinalTarget This is the destination path.
JobSource This is the source path that the user provided when setting up the job, it can be a file name, a folder name or a tree name.
LocationType Source location type: File, Folder or Tree
value1 This represents the %VALUE1% selected variable
value2 This represents the %VALUE2% selected variable (if found)
value3 This represents the %VALUE3% selected variable (if found)
value4 This represents the %VALUE4% selected variable (if found)