function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Deepak Sharma 12Deepak Sharma 12 

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.
Subramani_SFDCSubramani_SFDC
can you post the code snippet here?