Related Articles
From file to workflow variable
With the advanced utilities workflow component, From file to workflow variable you can extract the contents of a file in the file system and put that into the contents of a variable. A related component is: Resource to workflow variable. This can ...
Payload to workflow variable
The advanced, utilities workflow component, Payload to variable copies the current payload into a variable. This can e.g. be used, if you want to insert the payload into an output file via a variable in a transformation. The payload to workflow ...
Advanced XPath Features
For more complex scenarios, XPath provides regular expressions, variable assignments, and special functions to manipulate and evaluate XML data dynamically. This section covers these advanced features. Working with regular expressions in XPath Using ...
Variable to Windows Share
The advanced, utilities workflow component, Variable to Windows Share is able to write a file into a shared folder, where the contents of the file is the value stored in a workflow variable. The workflow component has these parameters: Variable name ...
From file to payload
It is possible to load a file from the local file system into the payload of the workflow. This will overwrite the contents of the payload, so you might consider to save the payload e.g. into a property or an attachment before you run this advanced ...