The file content like this
'COGT','COGT','COGENT ORD'
'COG','COG','CABOT OIL & GAS ORD'
'COGZF','COGZF','COGSTATE ORD'
'COHG','COHG','CHEETAH OIL & GAS ORD'
'COHIQ','COHIQ','COHO ENERGY ORD'
'COHM','COHM','ALL AMERICAN GROUP ORD'
'COHN','COHN','COHEN ORD'
'COHR','COHR','COHERENT '
But i need to get it into a mysql database contain columns name,description you can also see first and second same so i want only one for name 3rd for description My espected output like
NAME | DESCRIPTION
cogt | cogt ord
cog | cabot oil
if you have any idea kindely share to me