I have a .txt file, this file is saving data of further excel tables. The text file has the data from each column separated by a comma, it has the following format:
"GTCEN8B","GU_Bantrab_Diagonal_6_(1754)","0","WG1754B","PCS1900","704","01","258","17542","0","7","Normal_cell","Normal_cell","","","","","OFF","","3","5","4","6","1","4","1","NO","NO","NO","4294967295","-","UNLOCK","ACTIVATED","Claro" "GTCEN8B","GU_Bantrab_Diagonal_6_(1754)","2","WG1754D","GSM900","704","01","258","17544","5","5","Normal_cell","Normal_cell","","","","","OFF","","3","5","4","6","1","4","1","NO","NO","NO","4294967295","-","UNLOCK","ACTIVATED","Claro"
What I want to do is to introduce the text file into a Database, separating each data by columns in order to arrange the information in a table. But I don't know how to do that, I got only basic knowledge of MySQL
I'd very grateful if you can help me.