now0930 일지
BEGIN{FS=OFS=","} FNR==NR{ a[$1]=$2 next } { if ($1 in a) {print $1, a[$1]} else {print $1, "NA"} }