Filesystem
To Create a new Filesystem Connector in the docuflow Configuration UI:
- Click on the 'Connectors' Tab
- Click on the + icon
- Enter the Connector URL (https://localhost:42421)
The filesystem connector allows for connections to any file locations that are accessible from the server d4i is installed on.
The Filesystem connector takes an argument on its mount point to connect to. Only this location and folders/files below will be accessible.
This is configured in file ./config/application-cnn-fs.yaml'. By default, it will start looking for a folder called 'root' within the installation location of TRex. To change this, update the 'mount-point' variable.
plugin-args: mount-point: ./root
This can be changed to a local drive location such as C: or D: or D:\mystuff. Additionally, remote shares can be access using UNC paths. For example: \\servername\share
NOTE: If you are mounting a remote filesystem share, the Filesystem service should be configured to log in with an account that has access/priviledges to the remote share.
CSV File Operations
- CSV Row Iterator
- CSV Write Row
File Conversion
- Convert to PDF
File Operations
- Copy File
- Delete File
- File Digest
- File Iterator
- Move File
- Write Content To File
Folder Operations
- Delete Folder
- Folder Iterator
XML File Operations
- XML Node Iterator