I am trying to transfer changed data to FTP server using SymmetricDS. And, i am able to transfer it successfully. The CSV file thus generated contains changed ROW_DATA i.e In case of 'UPDATE' event, a row with updated values is there and for an 'INSERT' event, there is a row with all new values. Here are few points which I am wondering about:-
- How to distinguish between an 'UPDATED' row and 'INSERTED' row in CSV file?
- Also, for a 'DELETE' event, there was no corresponding row in the CSV file. So, how to fetch the rows which are deleted?
Can anyone please help me out on this one.