0

i have a data in below format and length of array is dynamic:

col1                                                col2
['a@google.com','b@google.com','c@yahoo.com']  ['x@google.com','y@google.com','z@yahoo.com']

i want the data in this format:

col1             col2
a@google.com    x@google.com
a@google.com    y@google.com
a@google.com    z@yahoo.com
b@google.com    x@google.com
...              ....

data type of col1 and col2 is JSON

0 Answers0