I have a csv where all fields are enclosed by "". There are occasionally badly formatted lines of the form
Field1,Field2,Field3,Field4"
with a variable number of fields. I need to delete these specific lines, avoiding all lines of the form
"Field1","Field2","Field3","Field4"
/^[^"]*"$/- karakfa"is acceptable on a record. You may want to change+to*... - karakfa