Hi you could group your table by bank name and country first. Then to make sure you do not have duplicates you could add a counter generation node to that grouping as new bank number. FInally you join the grouped table based on bank name and country back to your original table and only use the counter generation column. In case column order is important als use column resorter node at the end
br