dimanche 9 avril 2017

Compare two csv file with help of pattern match prepare a new file

I have two csv file named 'A' and 'B' and having content like below. A name,date,score,details

B, name,score, rank

I want to compare "name" column of both file and if match then write into file named "c" below column

name,score,rank,details,date.

Please help in build this script in python.

Aucun commentaire:

Enregistrer un commentaire