if(data !== null) {
      format.forEach(function(element, index){
        if(data[index]){
          obj[format[index]] = data[index].replace('"','')
        }