I need to write some dataflow to load many rows of data. I wanted the logic to delete the row in the target table if it already exists; however if it's a new row, directly insert into target table. Where should I start writing such a dataflow?
Thanks