Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello
Is there any way to generate random phone number or 10-12 digits integer values.
i tried to generate through tRowGenerator but it can't work..
as we know there is upper and lower bound limitation of integer type so we can't directly generate 10-12 digit
so what i did is:
job look like
using random value function we define 9 digit max and min value
and in tjava converting integer to string and concating 10 value as "9" in them
Hi,
I am getting data conversion error, as newColumn is Integer.
Make Integer to String