Skip to content

Question on Excel to nested Json creation #9

Description

@kkchan189

I have a big issue in using the CSV to Json tool. My requirement is to use Excel file to build nested Json and I cannot find the guide to do it.

My requirement is something like this (a nested json of list, "listing line"):

{
"order": [
{
"id": "1",
"due_date": "20220624",
"description": "large",
"listing line": [
{
"price": "20"
"item code": "ABC123"
"quantity": "5"
"total": "100"
},
{
"price": "120"
"item code": "ddd333"
"quantity": "1"
"total": "120"
}
]
},
{
"id": "2",
"due_date": "20220624",
"description": "small",
"listing line": [
{
"price": "50"
"item code": "YYY655"
"quantity": "5"
"total": "250"
}
]
}
]
}

Please advise if it is possible to do so on your platform.

Please help and thanks a lot...

Thanks..
KK

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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