while read line
      do
       t1=`echo "$line" | awk -F ',' '{print $1}'`
       t2=`echo "$line" | awk -F ',' '{print $2}'`
       t3=`echo "$line" | awk -F ',' '{print $3}'`
       echo $t1
       echo $t2
       echo $t3
done < text.txt