I have a CSV with a list of user email addresses. I need to add these addresses as new records to my heroku user table without affecting the user rows that are already in there. The CSV is not currently in the same table format as the heroku table, it is simply one column of data.
I have tried a few methods, however they seem to start by removing the data that is currently in the table before importing. What is the best way to achieve this?