awk 'BEGIN{FS=OFS=","} NR==FNR{a[$6]=$0;sub(","$6,"",a[$6]);next} a[$2]{$0=$0 FS a[$2]}{print}' File2 File1