I'm trying to download transactions from our point of sale system everynight and add them to a mysql table. The problem I am having is that I just want to append the new transactions to my table. When I try to use mysql import it deletes all of the transactions in my table and loads the new data. Is there a function that will just load the file and append it to the table? Thanks in advance.