Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on Excel to nested Json creation #9

Open
kkchan189 opened this issue Jun 29, 2022 · 1 comment
Open

Question on Excel to nested Json creation #9

kkchan189 opened this issue Jun 29, 2022 · 1 comment

Comments

@kkchan189
Copy link

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

@kkchan189
Copy link
Author

please advise how the excel file be set up as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant