Posts
Sort by recent activity
Using mapped CSV file with lookups
I have a table (Violations) that I am loading from a csv file. One of the columns is a key to another table (Violation Types).
There are only 3 different Violation Types in that table.
My CSV file ...