I got a table with 2 collums and a very large nr of rows, all values are unique. The table looks a bit like this:
abc,123 def,456 ghi,789 etc...
I want to make function where i use a value from the first collum as input and get the value from the 2nd collum as output. Which technique do I need to use to accomplish this. I'll need to do around 15000 lookups so I don't want to work through a .csv for every conversion.