interface ReadBinaryFileNodeParameters { dataPropertyName?: string; filePath?: string;}
Name of the binary property to which to write the data of the read file Default: "data"
Path of the file to read
Name of the binary property to which to write the data of the read file Default: "data"