Drop null values from Gatling Feeder

Hi, I’m creating an Array[Map[String,String]] and passing it to a feeder. However my array contains null values for some elements which is causing gatling to give a null pointer exception when it tried to read that value. How can I drop these null values? TIA