I have a folder with ~275 .csv files, each of which I need to write into a new table based on a separator.
I can get through read/write file fine, but I want to be able to repeat this action for all of the files.
I'm not sure how to loop this - each file name is a number starting with zero.
I have a few other folders of data like this that I'd like to apply the same method to.