I need some help to create a script that can do the following:
I have two flat files with one column that should link the two files' information into one record:
1st Flat File - 3 columns, multiple rows:
orderid, Jobnumber, Ordernumber
2nd Flat File - 2 columns, multiple rows:
Ordernumber, Member
By using the 'Ordernumber' to link these files together, I need the output in a seperate file like this:
Orderid, Jobnumber, Ordernumber, Member
Thanks for any assistance!