I would like to input a variable, which contains the path and the file for a csv-reader.
The path is always the same, so what I actually need is one input, which is the filename and then I would like to add the right path automatically. Path and filename should by stored in one variable, which I can parse to the csv-reader.
yes, by using two different string input nodes and the merge variables node. However, why not simply browse the file name and path using the File Upload node ?