I am migrating a DB from Mongo to MySQL the mongo DB has a column contains mobile numbers that is an array of numbers I have exported the data in a CSV file and when I import it into a MySQL table it looks like this
["01151337941","01016749923"]
how can I modify the csv before I import so that it will look like this
01151337941,01016749923