Just wondering how can I add single quotes around fields, so I can import it to mysql without warnings or errors.
I have a csv file with lots of content.
16:47:11,3,r-4-VM,250000000.,0.50822578824,131072,0,0,0,0,0
Desired output
'16:47:07','3','r-4-VM','230000000.','0.466028518635','131072','0','0','0','60','0'
I really have no idea where to start, your help is highly appreciated.