The file reader nodes require variables that have a PATH data type so you need to convert the string to a “path”.
If you already have the required file location in a string variable, use the String to Path (Variable) node to create the required variable that will then be acceptable to the CSVReader node.
Hope that helps