Skip to content

Attribute Update Policy

Vrinda edited this page Mar 27, 2023 · 1 revision

Below values and their descriptions indicate the behavior of update policy for attributes already extracted into the DB. These are applicable in following cases :

Enumerated values :

  • SUPPLEMENT : The attributes will be overwritten. Attributes not present in original dataset will be supplemented. Any extra attributes with not null values will be added.

  • MERGE : The attributes will be overwritten. Attribute values will be written from new dataset. Any attributes with not null values, shall not be overwritten by attributes with null values.

  • OVERWRITE : The attributes will be overwritten. Attribute values if null in new dataset, will be nullified in original dataset. Any attributes with not null values, shall be overwritten by attributes with null values.

  • REPLACE : The attributes will be completely overwritten.

  • PRESERVE : The attributes will be preserved. Nullify attributes in the new dataset which are not present in the original dataset. Any extra attributes will be nullified.

Clone this wiki locally