Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to use sequence generator in tMap with the below syntax.
Sequence_Generator.sequence("s1",1,1)
If my input has 10 rows, it gives me a correct sequence number starting from 1 to 10 but if i delete my output filer and re-run the job, again it starts with 1 rather than starting with 11.
Can anyone please help here?
Thanks in Advance!
Is there no component similar to sequence generator transformation in informatica?
I wanted to store this as an offset somewhere. I was checking if Talend have some inbuilt component to do it.
Will tAddCRCRow Component would help in this case?
I suggest you to store it as a context variable.
See tContextDump / tContextLoad components for that.