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

340
Vistas
How to Map Nested JSON key,values to the Excel columns, using Javascript?

I need to map a nested JSON request body, to the specific columns defined in the excel. I have tried using the . notation, but it is not working.

For parsing the input file, I am using the following -

var transform = function(inputJson) {
    var input = JSON.parse(inputJson);
   
    var request = {
        method: 'POST',
        url: '{{API_url}}',
        httpVersion: 'HTTP/1.1',
        cookies: [],
        headers: [{
            "name": "",
            "value": "",
            "comment": ""
        }],
        queryString: [],
        postData: {
            "mimeType": "application/json;charset=UTF-8",
            "text": JSON.stringify(convert(input))
        }
    };
    return JSON.stringify(request);
}
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