How would you handle it if you have a list of file names and 2 keys in csv format and you want to lookup the keys for the file when it’s called. Just read the whole csv each time till you hit the file name?
Is there a better way to store it?
Only way I can think is use 3 outs and then loop till you find the file name inthr first put the use it’s index for the other 2 outs?