Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new to talend and in the process of learning it. I came across a problem where the DB table has to be loaded with data which doesn't have a key column. I want to add a row_num which would act as the key value. The issue is the Row_num needs to be continuous from the previous run.
I could use the tRow_generator to generate the row_num. But how to configure it to generate values starting from the previously generated Row_num between runs? Can anyone help please?
Sample data:
Run1:
Row_num
1
2
3
Run2:
Row_num
4
5
6