interface ReadBinaryFilesNodeParameters { dataPropertyName?: string; fileSelector?: string;}
readonly dataPropertyName?: string
Name of the binary property to which to write the data of the read files Default: "data"
readonly fileSelector?: string
Pattern for files to read
Name of the binary property to which to write the data of the read files Default: "data"