If I have a .cvs file input with (name, label, value) and I want to look up name in Table 1 to find name_id , look up label in Table 2 to find label_id and populate Table 3 with the corresponding name_id, label_id, value - how do I go about it?
↧