Вопрос

Is it possible to update partial data (primary key + just one or more columns) in a matching target row while leaving others intact in target as shown below or do I have to do a lookup and port all the columns?

enter image description here

Это было полезно?

Решение

Yes, simply only connect the required ports. Note, that you need to define in your target the ID column as primary key.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top