Giter Site home page Giter Site logo

Nesting? about exportsheetdata HOT 4 CLOSED

handes2355 avatar handes2355 commented on July 22, 2024
Nesting?

from exportsheetdata.

Comments (4)

Synthoid avatar Synthoid commented on July 22, 2024

I think I have what you are looking for:

{
  "Sheet1": [
    {
      "name": "Interaction",
      "userSays": [
        "Hello",
        "Hi"
      ],
      "responses": [
        {
          "type": "text",
          "elements": [
            "Hi",
            "how are you",
            "Hello! What can I do for you?"
          ]
        }
      ]
    },
    {
      "name": "Secon Interaction",
      "userSays": [
        "one",
        "two",
        "three"
      ],
      "responses": [
        {
          "type": "text",
          "elements": [
            "four",
            "five",
            "six"
          ]
        }
      ]
    }
  ]
}

I got that with the following sheet:

Sheet name: NA_Sheet1

name JA_userSays [responses]{#type} [responses]{#type}JA_elements
Interaction Hello, Hi text Hi, how are you, Hello! What can I do for you?
Secon Interaction one, two, three text four, five, six

With Nested Elements, Array Prefix, and Nested Array Prefix enabled.

from exportsheetdata.

handes2355 avatar handes2355 commented on July 22, 2024

Thanks for taking a look. I'm getting this error message

TypeError: Cannot set property 'elements' of undefined
at exportSpreadsheetJson (ExportSheetData:1802:58)
at exportJson (ExportSheetData:889:5)
at GS_INTERNAL_top_function_call.gs:1:8

https://docs.google.com/spreadsheets/d/1egdQFcCgXPa-iSvcQYzuDBqWXmDhYgmov5NiLDqMwm4/edit?usp=sharing

from exportsheetdata.

Synthoid avatar Synthoid commented on July 22, 2024

Looks like the keys are missing the #. Your key path should be:

[responses]{#type}

Not:

[responses]{type}

from exportsheetdata.

handes2355 avatar handes2355 commented on July 22, 2024

Thak you - that was it. Appreciate the assist

from exportsheetdata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.