#29478
David
Participant

Yes. It’s possible in Emeditor by \J or \V mode. I can’t catch your data, then use a simple JSON data as the following:

Sample Data:

{“name”:”Runoob”, “url”:”www.runoob.com”}
{“name”:”Google”, “url”:”www.google.com”}
{“name”:”Taobao”, “url”:”www.taobao.com”}

Find: ^.+$
Replace: \V a=JSON.parse(‘\0’); a.name + ‘\t’ + a.url

See the screenshot.