csv file without header

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

Featured in FrontLine, see shard https://gatling.io/docs/current/session/feeder/#distributed-files-frontline-only

Yes - I’m not using Frontline tho so that doesn’t help at the moment. I’m guessing I can’t use gatling’s built in csv support in this case?