Experts,
I am looking for a script to do the following :
CSV1
Server, IP address, Role, Address, Reboot Policy
CSV2
Server, Chassis Address, management IP,
I would like the final CSV to have the following Columns and rows
CSV3
Server, IP Address, Chassis, Management Address, Reboot Policy, Role
I would like to Merge the two CSV's using the server field from CSV2.
This is a little above my scripting level at the moment.