Per a helpful recommendation from @Justin_Barrett, I’m interested to find help with the following problem. I have a base of companies and another base of investors, linking the two so one can see the investments of an investor and the investors in a company. I’d like to be able to upload a new csv that has another list of companies and their investors. Inevitably, these new lists might include some new investors in a particular company, but also not be exhaustive, so I’d like to be able to just add the new investors to the company, not overwrite the previous list.
Eg. If Company in my database currently has investment from Investor A and Investor B, and I import a list that says the company has investment from Investor A and Investor C, I’d like the result to show that the company has investment from Investor A, Investor B, and Investor C.
Here’s the thread with Jason describing the potential project - any thoughts on folks who could help?