Skip to content

Array in Data not working properly #111

Description

@MiltonBain

I am passing an object into the data prop that has the following structure:

Data: [
{
  data1: 'value',
  data2: ''value',
  dataArray: [
    {
      subData1: 'value',
      subData2: 'value',
      subData3: 'value'
    },
    {
      subData1: 'value',
      subData2: 'value',
      subData3: 'value'
    },
    ...
  ]
},
{
  data1: 'value',
  data2: ''value',
  dataArray: [
    {
      subData1: 'value',
      subData2: 'value',
      subData3: 'value'
    },
    {
      subData1: 'value',
      subData2: 'value',
      subData3: 'value'
    },
    ...
  ]
},
...
]

Based on this, the "dataArray" does not get parsed correctly.
In the CSV file, depending how many objects are in that array, it will just display [object Object].

The issue #66 offers a solution, but I do not see how that solution will help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions