Reputation: 1619
I have several csv files in the resources folder. They have the same content, but all of them are quite big (~14gb). I would like to avoid merging them into one huge file.
Is there a way to provide multiple files (or a path to a folder) to Gatling Feeder?
Upvotes: 1
Views: 292
Reputation: 6623
That's too user specific so that's something you'll have to implement yourself.
A feeder is just an Iterator[Map[String, Any]]
.
Upvotes: 2