Gatling CSV feeder read only n records from csv file

Hi would it be possible to only read n records from a given csv file using Gatling’s CSV Feeder?

Never mind figured it out. csv(filename).records.take(count)