I\'m trying to do a left join on 2 list of dictionaries l1 & l2 based on the condition l1.name = l2.name. If the condition results in a match, the additiona
l1.name = l2.name