📄️ File Hasher
The File Hasher component allows you to create a hash for the contents of a file or a stream directly.
📄️ IO Operation
This component allows you to move, copy, delete, and rename files on the filesystem. It also allows you to check if a file exists on the file system. To access the local filesystem, the XILL4_WORKDIRS environment variable must be set to the path of the directories to be accessed.
📄️ File Reader
The File Reader component reads text-based files (such as .csv-files) and it's able to parse them. In order to access the local filesystem, the XILL4_WORKDIRS environment variable must be set to the path of the directory to be accessed.
📄️ File Writer
The File Writer component takes an input file (either as a string or a stream) and writes it to the path given in the input. In order to access the local filesystem, the XILL4_WORKDIRS environment variable must be set to the path of the directory to be accessed.