Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When we are trying to load Marketo delta load(Lead changes) using Talend tMarketoinput component with getleadchanges option based on since datetime.We are getting bellow NumberFormatException with ID out of range.
I am able to successfully load full records using getMultipleLeads.
Can you please help me how to resolve this issue to load lead changes based on updatedat using Marketo API call.
"Caused by: java.lang.NumberFormatException: Expected an int but was 3100478910 at line 1 column 60 path $.result[0].id"
Hi, int have a value limit :
I think it's 2147483648
so you have a out of range value here 3100478910, so use long instead of int.
Send me love and kudos