Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

156
Vistas
How to use map to insert key-value pair in google appScript in this unique case?

Here is the my sample code:

const feildName = new Map();
  var numberOfCurlyWords = arrayOfAllCurlyBracesWords.length;

  for(var i = 0; i< numberOfCurlyWords;i++){

    for(var j = 0; j<cols;j++){
      
      // Logger.log(arrayOfAllCurlyBracesWords[i]); 
      // Logger.log(studentData[0][j] + "   First");

      if(arrayOfAllCurlyBracesWords[i].toLowerCase() == studentData[0][j].toLowerCase()){
        Logger.log(arrayOfAllCurlyBracesWords[i]); 
      Logger.log(studentData[0][j] + "Doneee");

      // Need to understand how to insert values in map in appscript
        Logger.log("studentData:- "+studentData[0][j]+" j:- "+j);
        feildName.set(studentData[0][j],j);
          Logger.log(feildName.entries());

      }

    }
  }

And here is the image of the output which I receive:

enter image description here

Can you please help me to figure out why is the map still empty and why is the map.set() functioning here and how can I make it work?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda