foreach ($data as $key => $val) {
            if (is_null($val)) {
                $data[$key] = "";
            }
        }