PennController for IBEX › Forums › Support › Accidental two columns › Reply To: Accidental two columns
April 12, 2023 at 6:44 am
#10441
Jeremy
Keymaster
Hi Ivan,
Whatever solution you choose, always make sure you back up the original copy of the results file. I don’t think there’s a clear preferred solution here, but if it were me, I would probably directly edit a copy of the file and look for the regular expression pattern (,fillers,.+)(,[A-Z]\d+){2}
and then replace all occurrences with first match + second match ($1$2
in Visual Studio Code)
Jeremy