Notepad++ How To — Add Apostrophe at Beginning and End of Line
Notepad++ How To — Add Apostrophe at Beginning and End of Line
Use the replace function. Check the Checkbox named Regular expressions.
Then replace ^ (beginning of the line) with single quote. $ (end of the line) with single quote. and , with ‘,’.
This three replacemants should do the Job.
Reference: https://stackoverflow.com/questions/34900052/how-to-add-single-quote-at-beginning-and-end-of-field