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

How to generate Multi-valued key in json file #9

Open
y5158 opened this issue Jan 18, 2023 · 1 comment
Open

How to generate Multi-valued key in json file #9

y5158 opened this issue Jan 18, 2023 · 1 comment

Comments

@y5158
Copy link

y5158 commented Jan 18, 2023

Hi,

This library works very well. Thanks for this.
But what If my key has multiple values then how to specify that in the excel file?

@y5158
Copy link
Author

y5158 commented Jan 18, 2023

I am talking about the following example

{
	"empid": 1
            "Personal info": [
                     {
                         "emailid": "abc@xyz.com",
                          "Phone number":"9999999999"
                     }
              ],
              "address" : "India"
    }

How to define 'Personal info' key in excel file?

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