68a69,75 > $this_csv_file = $this_log; > $this_csv_file =~ s/\.xml/\.csv/g; > open(CSV_FILE, "$this_csv_file"); > @this_csv_lines = ; > close(CSV_FILE); > $this_csv_line = shift(@this_csv_lines); > 89,94c96,114 < if ($this_line=~/ if ($this_line=~/channel/) { > push (@new_lines, $add_line); > $this_csv_line = shift(@this_csv_lines); > @this_csv_line_values = split(";",$this_csv_line); > $this_csv_line_quality = splice( @this_csv_line_values,21,1); > $this_csv_line_signal = splice( @this_csv_line_values,21,1); > $this_csv_line_noise = splice( @this_csv_line_values,21,1); > push (@new_lines, "$this_csv_line_quality\n"); > push (@new_lines, "$this_csv_line_signal\n"); > push (@new_lines, "$this_csv_line_noise\n"); > } else { > if ($this_line=~/ $x++; > $add_line =~ s/ } elsif ($this_line=~/ $x++; > $add_line =~ s/ } > push (@new_lines, $add_line); 96c116 < push (@new_lines, $add_line); --- >