Injecting Users on the go

Hi,

We need to create simulations which are exactly similar to the way in which users hit APIs on prod environment. Using logs from Kibana we have created CSV files of the following format:

Timestamp, Request Type, API, User login

Nov 10, 2020 @ 04:02:19.869,POST,/v1/profile,abc@def.com

Nov 10, 2020 @ 04:05:20.789,POST,/v1/getDetails,tvh@ol.com

We need to provide this CSV file to the code and enable gatling to inject users as and when then appear for each entry, rather than specifying the injection profile in the beginning of the test. Is it possible to do this via gatling?