내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards
해결됨

how to delete rows that where not found before updating current ones?

Avatar

Level 6

Hi, currently my Update activity matches existing rows with rows comming from an external file, on @codtarjeta field. 

However, this will only update the rows where a match is found, leaving old rows unmodified and still in DB. 

Is there a setting I can use in the update activity, to tell it to: "delete rows in data base that are not comming any more from the external file"? 

 

 

ogonzalesdiaz_0-1699981305755.png

 

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @god_prophet ,

You can modify your workflow as below,

ParthaSarathy_0-1699983622394.png

After data loading, using enrichment reconcile the temp data with targeting schema using reconciliation key.

ParthaSarathy_1-1699983737481.png

In Change dimension, select your targeting dimension, And next insert or Update the records.

ParthaSarathy_2-1699983782128.png

Parallelly, Query all the records from your schema, and exclude the records which is present in the file using exclusion activity and delete the records using Update data activity.

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @god_prophet ,

You can modify your workflow as below,

ParthaSarathy_0-1699983622394.png

After data loading, using enrichment reconcile the temp data with targeting schema using reconciliation key.

ParthaSarathy_1-1699983737481.png

In Change dimension, select your targeting dimension, And next insert or Update the records.

ParthaSarathy_2-1699983782128.png

Parallelly, Query all the records from your schema, and exclude the records which is present in the file using exclusion activity and delete the records using Update data activity.