diff --git a/LoadCSVData.pl b/LoadCSVData.pl index ae3eee0..0b4bc4d 100644 --- a/LoadCSVData.pl +++ b/LoadCSVData.pl @@ -449,7 +449,7 @@ while ( my $line = ) { #$NodeData =~ s/\r\n\z//; - if ( $tooltype eq "MUX" or $tooltype eq "MUSE" ) { + if ( $tooltype eq "MUX" or $tooltype eq "MUSA" ) { #$NodeData =~ s/Dis\./N\/A/g; @NewData = grep /\S/, split( /\||;/, $NodeData ); @@ -460,8 +460,9 @@ while ( my $line = ) { join( ';', splice( @NewData, 0, $ch ) ); } - #print Dumper \@NewData; + #print Dumper \@CSVData; #print Dumper \@din; + }elsif ( $tooltype eq "LOC" ) { if ( !defined $din[0] ) { print getTimeStamp("log"). " - pid $$ >> Din not defined.\n";