File Hasher
The File Hasher component allows you to create a hash for the contents of a file or a stream directly.
The local file system or a cloud storage can be used when using the fullPath
key in the incoming message. To access the local filesystem, the XILL4_WORKDIRS
environment variable must be set to the path of the directories to be accessed.
Configuration
Inputs | Outputs
The component will look on the incoming message for the binary
or fullPath
keys. If it finds both, the binary takes priority.
Example:
{
"binary": // containing a readable stream,
"fullPath": "C:\Users\Administrator\Downloads\new.xlsx"
}