Can i read csv files and define iterations in pre-request script section

In my postman collection i have GET, POST, DELETE requests, I have parameterized my all requests and have respective csv data. I am able to execute individual request by selecting particular request and pass its respective csv file using collection runner. Now I want to execute my whole collection for that i need to pass respective csv files.
can any one help me on this?