Hi Luc,
It didnt add the LUNUUIDs from one of the input csv files. Here's what I am after:
From one file I have:
"DS","VM"
"L222_0_VM001","VI-SVCS-VM001"
From the second I have:
"LunUuid","DS"
"020000000060060e80102ae0300511a18b000000de444636303046","L222_0_VM001"
I want to merge the csv files, by the "DS" column header and get this output:
"LunUuid","DS","VM"
"020000000060060e80102ae0300511a18b000000de444636303046","L222_0_VM001","VI-SVCS-VM001"
So that the duplicate "L222_0_VM001" is removed. I need the DS entries to line up with the DS entreies in the other csv first though. The script needs to read, match and remove duplicates. I'm wondering if the LUNUUID might need to be converted to a string. Any ideas?
Best,
Rob.