You need to sign in to do that
Don't have an account?

Issue in importing integer value through csv in salesforce
Hi All
Here is code where this line code giving me an exception of illegal assignment from string to integer.
conobj.d33pak__List_Agent__c=csvRecordData[26]!=null?Integer.valueof(csvRecordData[26]):'';
Please suggest any possible alternative for this.
Thanks in advance.
Here is code where this line code giving me an exception of illegal assignment from string to integer.
conobj.d33pak__List_Agent__c=csvRecordData[26]!=null?Integer.valueof(csvRecordData[26]):'';
Please suggest any possible alternative for this.
Thanks in advance.
can you post the code snippet here?