I want to include multiple csv
files and I want to refer to the them in a loop. All my files have systematic names: file1.csv, file2.csv etc
.
How do I create a loop including all the files?
I am looking for something like this:
set j /1*10/
loop(j,
$include "filej.csv")
How do I go about it?