I've a comma separated log array of mixed fields from which I would like to take out the 9th field ("-"), perhaps escaping the double quotes (so only - then):
Home_TE,-2.8,1,"-",-,-,-,1,"-",-,-,-,"-",1,-,"-","-",-,-,MIL_TT
Does anyone have a pure regex solution for this?