Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

336
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!