This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:file_operations_tool [2019/03/07 11:37] runger |
bw:file_operations_tool [2020/09/15 14:30] (current) akoehler |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Introduction (File Operations) ====== | ====== Introduction (File Operations) ====== | ||
| - | This document | + | This page describes the use of the “File Operations” tool in Bizweaver. Information regarding the associated File Reader and File Writer tools is found in separate documents. |
| - | + | ||
| - | ====== Audience ====== | + | |
| - | + | ||
| - | This document is intended for developers of Bizweaver workflows. | + | |
| - | + | ||
| - | ====== Related Documents ====== | + | |
| - | + | ||
| - | The following documents contain additional information that may be helpful with the development of Bizweaver workflows. | + | |
| - | + | ||
| - | * [[bw: | + | |
| - | * [[bw: | + | |
| - | * [[bw: | + | |
| - | * Bizweaver – Webservice Tool | + | |
| - | * [[bw: | + | |
| - | * [[bw: | + | |
| ====== File Operations Tool ====== | ====== File Operations Tool ====== | ||
| Line 28: | Line 13: | ||
| The Copy and Move operations function in the same way and are configured in the same manner. | The Copy and Move operations function in the same way and are configured in the same manner. | ||
| - | {{: | + | {{ : |
| - Select the desired operation (Copy or Move) from the “Operation” drop-down list. | - Select the desired operation (Copy or Move) from the “Operation” drop-down list. | ||
| Line 50: | Line 35: | ||
| ===== Delete ===== | ===== Delete ===== | ||
| - | {{: | + | {{ : |
| - Select the **Delete** operation from the drop-down list. | - Select the **Delete** operation from the drop-down list. | ||
| Line 62: | Line 47: | ||
| File Handler also has a special function called **Get Files**. This operation is used to define multiple files (using * as wildcard) to be processed through subsequent workflow steps. The function can also reference a specific file. | File Handler also has a special function called **Get Files**. This operation is used to define multiple files (using * as wildcard) to be processed through subsequent workflow steps. The function can also reference a specific file. | ||
| - | The Get Files operation is most often used in conjunction with the Bizweaver “looping” function. In this process, the Get Files step creates a list of files, which is the input to the looping process. Whatever actions are needed are defined between the Loop and LoopEnd steps. These actions are performed for each file in the Get Files list. See the “Bizweaver – Looping Tool” document | + | The Get Files operation is most often used in conjunction with the Bizweaver “looping” function. In this process, the Get Files step creates a list of files, which is the input to the looping process. Whatever actions are needed are defined between the Loop and LoopEnd steps. These actions are performed for each file in the Get Files list. See the **// |
| - | {{: | + | {{ : |
| - Select the **Get Files** operation from the drop-down list. | - Select the **Get Files** operation from the drop-down list. | ||
| Line 72: | Line 57: | ||
| - In the example above, all files with the “.txt” extension will be processed. | - In the example above, all files with the “.txt” extension will be processed. | ||
| - | ====== | + | ====== File Operations Variables ====== |
| There are several variables from the File Operations function that can be used in other workflow steps. In the following examples the file being addressed is named “FileName.txt” and it is found in the folder “C: | There are several variables from the File Operations function that can be used in other workflow steps. In the following examples the file being addressed is named “FileName.txt” and it is found in the folder “C: | ||