I have 2 csv files
One has traceroutes to different IP addresses(The last entry here is the target IP) also (their are variable number of entries in every row as different routes need different no. of hops)
other has a list of targets and their real world positional coordinates
some targets in first file dont have an entry in the 2nd and vice versa
How do I get the real world cordinates into the 1st csv file with matching target IPs?
the 2 files are like these
hop1,hop2,hop3,hop4,target1
hop1,hop2,hop3,hop4,hop5,hop6,target2
target99,position
1 Answer