I am trying to land our asset data from various countries (e.g. Spain, Sweden for now) into 1 table using StreamSets.
Considering that they both will have the same identity key, i.e. Spain will have a panel_ID = 1 and so will Sweden. To make my record set unique I will need to add an additional field such as CountryCode. However, this does not sit in our existing data. I will need to manually add this is (hard coded or automate through parameters). How can I achieve this using StreamSets (in the pipeline)?
Also, in general is this approach correct? Am I on the right tracks and what are some other things I should consider?