in reply to Re: merging .csv text input based on matching column field values in multiple rows
in thread merging .csv text input based on matching column field values in multiple rows

figured it out (doh!)
$itemCount = scalar @{$outer{$inner}};
  • Comment on Re^2: merging .csv text input based on matching column field values in multiple rows
  • Download Code