we2aresame
Technical User
I have a file like this:
{"1","abc","hello",
"yes","w",
"ok","thanks"}
{"good","try","56",
"how are you","45",
"long","th"}
...
I need change it to:
{"1","abc","hello","yes","w","ok","thanks"}
{"good","try","56","how are you","45","long","th"}
...
The file is very huge, I may can only use script to do this. Somebody can give me a hand? thanks.
{"1","abc","hello",
"yes","w",
"ok","thanks"}
{"good","try","56",
"how are you","45",
"long","th"}
...
I need change it to:
{"1","abc","hello","yes","w","ok","thanks"}
{"good","try","56","how are you","45","long","th"}
...
The file is very huge, I may can only use script to do this. Somebody can give me a hand? thanks.