File System Source
The File System Source node reads binary data from a folder on the computer where the node is running.
Configuration
Basic
- Folder Path
The folder on the computer where the node is running from where the data will be retrieved.
- Search Pattern
The search pattern that selects which files will be retrieved.
Default: *.*
- Search Pattern Type
The type of the search pattern.
- Wildcard
This type allows a combination of valid literal path and wildcard (
*
and?
) characters to be used in the search pattern.- RegularExpression
This type allows a regular expression to be used as the search pattern. For an overview of the regular expression language see the Microsoft Docs. The regular expression options
IgnoreCase
andSingleline
are used.
Default: Wildcard
- File Operation Type
Specifies how the files will be handled.
- Move
The file will be removed after it has been processed.
- Copy ⚠️
The file will be kept after it has been processed.
Danger
The file will be processed again until it has been removed.
Default: Move
- Use Impersonation
If this option is enabled the node will execute under the account specified below.
Default: disabled
- Domain Name
If the Use Impersonation is enabled this specified the domain of the user.
- User Name
If the Use Impersonation is enabled this specified the name of the user.
- Password
If the Use Impersonation is enabled this specified the password of the user.