Using Notepad ++

 

==> To add quotation at start  of line 
1) Control H 
2) select wrap around 
3) Search mode :  extended 
4) find what : /n 
5) replace with :   what we want to add 
6) Transperency : on long  focus 


==> To add quotation at end of line 
1) Control H 
2) select wrap around 
3) Search mode :   regular expression
4) find what : /n 
5) replace with :   what we want to add 
6) Transparency : on long  focus 



==> convert text to different columns 
1) Alt + select data column wise 


Comments