Hi, I have a text file which looks like below.
"2","0","0","0","101211MWA ",121.630 ,0.000 ,121.630 ,"USD","2","SP"
"2","0","0","0","101211MWA ",348.040 ,0.000 ,348.040 ,"USD","2","SP"
How can I find the lines in my text file which do not end with a quote " and add a quote to the end of the line?
"2","0","0","0","101211MWA ",121.630 ,0.000 ,121.630 ,"USD","2","SP"
"2","0","0","0","101211MWA ",348.040 ,0.000 ,348.040 ,"USD","2","SP"
How can I find the lines in my text file which do not end with a quote " and add a quote to the end of the line?