Compare every column from one csv file to another csv file

1.csv contains following column-

Empid code loc port
101        A      xy  01
102        B      zx  78
103         A     cg  12
104         G     xy   78

2.csv contains follwing data-

Empid code loc port
101       A       gf  01
102       B        zx  78
103       C        cg   32
104      M        cf     45

So my output should be like this-

Empid code loc port  Empid code loc port
101                 xy             101              gf     
103      A               12       103     C            32
104     G         xy    78      103     M    cf    45

Please help me to write script for csv file

Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.