Is is possible to create a csv feeder from a csv file without headers?
The tool I’m using to execute gatling simulations will split a csv file into multiple in order to divide the rows out to different test engines but it unfortunately does not keep the header line on the split csv files… so am looking for a way for gatling to read these csv files but get header information from outside the file itself.
Thanks in advance