I can seem to figure this out.
I have a directory here. C:/reports/20191231/report1.csv
I want to have the "report1.csv" as a variable I can load.
So I want to be able to load "report2.csv" and next time I want to just change the variable and put "report3.csv" and so on.
I don't want to combine them all either.
I tried
File=
read_csv("C:\\reports\\20191231\\",({File}),""")```