Solved

I have an existing master database with multiple tables. I would like to append some new records to one of the tables within the master database. I can easily read both tables and write to the existing master database but this results in many dupl

  • 11 February 2021
  • 1 reply
  • 2 views

Badge +6

How can I write to the master database without adding unwanted duplicates? thanks

icon

Best answer by siennaatsafe 12 February 2021, 01:02

View original

1 reply

Badge +9

I just got off a Live Chat with @masonb12 so I thought I'd update this if anyone else has the same question.

 

In his case, he did not need to read in his master table. He could simply write a new table and insert the records from his other tables into the master.

 

If you did need to update the tables and read in the master you could look into a change detection workflow https://community.safe.com/s/article/change-detection-2

Reply