0

I have something like this (notice different array sizes)

USER DATA
user1 {'phone':123, 'address':'abc'}
user2 {'phone':456}

And I would like it to have it per columns

USER PHONE ADDRESS
user1 123 'abc'
user2 456 null

Any ideas? Thanks in advance!

Bob
  • 34
  • 5

0 Answers0