Skip to content

utils:copy

utils:copy

Copy file(s) The pattern is a regex expression. Example: { "tool": "utils:copy", "parameters": { "pattern": "purchaseorder/processdata/(?P[\w-]+).vtt$", "to": "delivery/{webvttfiles}.vtt" } } Above will find all the WebVTT files in purchaseorder/processdata/ and will copy them to the delivery folder. If the delivery folder does not exist it will be created.

Parameter Properties Default Type Choice Description
pattern optional
to optional