[Tutor] csv merge with different column title

Pareshkumar Panchal pcpanchal123 at gmail.com
Fri Apr 13 23:32:38 EDT 2018


Hi,

I am trying to merge two csv files with following condition.

filea.csv column( a1,a2,a3)
fileb.csv column( b1,b2,b3)

i wanted to merge if a1 & b1 reference (as the title is different but
contents are valid for comparison). also the result i need is
a1,a2,a3,b1,b2 (not b3).

i am using openpyxl,csv modules at this moment.

any help appreciated.

Thank you,
P


More information about the Tutor mailing list