Sample data:
"data","123"
"data2","qwer"
"false","234
And i'm the culprit"
"data5","234567"
Output text should be
"data","123"
"data2","qwer"
"false","234And i'm the culprit"
"data5","234567"
In essence, I want to fix my csv file (which is very large)
I'm using sed so an answer in sed would help a lot :)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…