in reply to Re^4: compare csv files only to first fullstop character
in thread compare csv files only to first fullstop character

Try replacing
$_ ||= '-- missing --' for $status, $ticket, $resolution;

with

$_ ||= '-- missing --' for $type, $reason, $status, $ticket, $resoluti +on;
poj