Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: Merging Two CSV files Based on Two Columns

by TheCanadian (Initiate)
on Sep 18, 2012 at 19:38 UTC ( [id://994342]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    username                                 date_modified
    2010-nhw-es-ea-285                       2012-10-10
    ...
    abdool.yasseen                           2012-01-31
    abdullah.aboukarr                        2012-08-10
    abdullahi.sheikh                         2012-02-28
    
  2. or download this
    fullname                                 branch
    aaron.northway                           CHIEF FINANCIAL OFFICER BRANC
    +H
    ...
    abdoulie.manjang                         N/A
    abdullah.hassen                          HEALTH PRODUCTS AND FOOD BRAN
    +CH
    abdullah.patel                           REGIONS AND PROGRAMS BRANCH
    
  3. or download this
    username           branch                             date_modified
    aashee.aziz        HEALTH PRODUCTS AND FOOD BRANCH    2012-01-27
    abdool.yasseen     HEALTH PRODUCTS AND FOOD BRANCH    2012-01-31
    
  4. or download this
    #!F:\strawberry-perl-5.16.1.1\perl\bin\perl -w
    
    ...
        $newvalue = $File2Map{"$fullname"} = "$branch";
        $csv->print ($fh3, [ $username, $newvalue, $oldvalue ]);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://994342]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (9)
As of 2024-04-18 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found