Skip to content

Nested array is not flattening on the output #5

@fauosilva

Description

@fauosilva

While trying to convert a json that contains nested array, they are not converted properly to a table.

Suggestion, make each element of the array with a increasing counter on the headers and fill the table with the properties from the JSON.
Ex:
Email1.Description
Email2.Description

Example of JSON:

{
   "Address": {
       "Customertype": null,
       "City": "ROUND ROCK",
       "AddressType": "Billing",
       "PostalCode": "78664",
       "CompletePostalCode": "78664",
       "Country": "US",
       "CustomerAccountType": "",
       "OrganizationName": "",
       "StateCode": "T",
       "LineTwo": "",
       "CountryCode": "US",
       "LineOne": "1 DELL WAY",
       "ProvinceName": "T",
       "State": "T"
   },
   "CompanyNumber": "",
   "Emails": [
       {
           "PrimaryFlag": false,
           "Address": "sampleUS@DELL.COM"
       }
   ],
   "Class": "",
   "Contact": {
       "FirstName": "sample",
       "LastName": "sample",
       "ContactMain": "sample",
       "FamilyName": "",
       "Suffi": ""
   },
   "PartyName": "",
   "Phones": [
       {
           "RawPhoneNumber": "800_0000000",
           "AreaCode": "800",
           "PrimaryFlag": false,
           "PhoneTypeCode": "",
           "LocalNumber": "0000000",
           "CompleteNumber": "800_0000000",
           "ContactPointType": ""
       }
   ],
   "Number": "33955743",
   "PartyId": "",
   "AccountId": ""
}

Qual o ETA?

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