Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can any one share Raw data for incremental load,I want to perform all types of incremental load on it.
Using this website: http://www.generatedata.com/ you can generate any kind of data you want
Sure:
set 1:
FieldA, FieldB
1, 2
2, 3
3, 4
set 2:
FieldA, FieldB
2, 4
3, 4
4, 5
Deleted: 1,2
Updated 2,4
New 4,5
Unchanged 3,4