Skip to main content
Version: 4.52.0

File Reader

The File Reader component reads text-based files (such as .csv-files) and it's able to parse them. The local file system or a cloud storage can be used. In order to access the local filesystem, the XILL4_WORKDIRS environment variable must be set to the path of the directory to be accessed.

Configuration

Inputs | Outputs


File Reader
Input
Output
Error
00 0 (ilsux488)

Takes any input as a trigger. If the input is an object with the path key, this value will replace the path in the configuration.

  • Example:

    {
    "path" : "C:\Migration Data\new.csv"
    }