my $csv = Parse::CSV->new( file => $xFile[$k], sep_char => ',', names => 1, empty_is_undef => 1, auto_diag => 1, binary => 0, header =>'auto' );