Hi @Mikkel Treu Os ,
Try this. Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
@MartinJaffer-MSFT . I've seen you had some great answers to similar topics before, so linking this to you:-)
I have a dataflow which I want to keep as dynamic as possible.
To do this, I have defined an array parameter that is used to specify the key columns. These are used to specify the key columns in the SQL DB sink.
There can be one or more columns in this array.
However, to handle duplicates within one incremental load, I also need to remove duplicates based on the same parameter.
I.e. I want to use the same parameter in the group by column. This works nicely. However, I am not able to split and name the resulting columns dynamically. Can you please advice how to achieve this?
The red box shows what I want to make dynamic, and should be named according to the items in the array sql_table_unique_columns.
In this picture, what I want is the "group_columns" to be dynamically split in as many columns as specified in the array sql_table_unique_columns, with names from the array.
Aggregates are dynamic and works:
In advance, thank you for your time!
Kind regards