Allocate x amount of rows of a feeder per user?

Hi all,

Is there a way to allocate i.e. 20 rows of a feeder file per virtual user, similar to how you can in LoadRunner? Obviously I can work around it by creating x amount of files, however this would become extremely tiresome as I’m testing with 2,000 users and would need to store 2,000 users. I’ve looked through the documentation and dont think there is a setting for this, if someone can correct me otherwise that would be appreciated.

Thanks

Speaking of personal experiences, I don’t think Gatling has provided a DSL or API for that requirement.
You will have to do the feeder file lookup yourself, e.g. convert the feeder to an array.

What would the purpose of such feature be?