convert [{
"name":"abc"
},
{"name" : "xyz"
}]
to
(abc),(xyz)
Convert object of array to array to store mulitple records into mysql
convert [{
"name":"abc"
},
{"name" : "xyz"
}]
to
(abc),(xyz)
Convert object of array to array to store mulitple records into mysql