How to keep history when dataset is replaced?

Is there a knowledgebase to create a dataflow for a dataset that is replaced? For example, each day SFDC updates fields based on the current status and we want to keep the history of specific fields and not overwrite the status.

Best Answer

  • shaanarora
    shaanarora Member
    Answer ✓

    There used to be a setting in SFDC imports where you could Replace or Append new data. Looks like that has been removed. Here's a link to an article on how to do so in an ETL: http://knowledge.domo.com?cid=recursiveetl

     

    You could also use the UNION command in MySQL.

Answers

  • shaanarora
    shaanarora Member
    Answer ✓

    There used to be a setting in SFDC imports where you could Replace or Append new data. Looks like that has been removed. Here's a link to an article on how to do so in an ETL: http://knowledge.domo.com?cid=recursiveetl

     

    You could also use the UNION command in MySQL.