how to handle in case code of name.scala more than 2200 line then could not run gatling.sh

how to handle in case code of name.scala more than 2200 line then could not run gatling.sh

Due to i’ve form value to insert many field and more 2200 line in 1 scala file .
How to solved this kind of problem ?

need to split to 2 files ?

Thank you scala team.

Can you put the form value into a file, and then read the contents of the file?

Thank you John, I try to delete some filed like formParam(“abc”,"")
it could working as well .