You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to get array of objects which shares the same attributes/structure, you can just create a new sheet and configure it, and pass the third argument as true (https://github.com/noahzark/Xlsx2Json#arguments)
If you want to generate complex list of main objects which also has array of sub objects inside it. This tool doesn't support this kind of structure. Generally we don't recommend storing list/array of objects in just one cell, it would be pretty hard to maintain and also violates the second normal form2nf. Better practice would be store the array of sub objects in a new sheet, and store the IDs of the sub objects in the main object.
Is there a way to get array of objects.
The text was updated successfully, but these errors were encountered: