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
babu Balaganibabu Balagani 

dataload

Hi,

I am trying to insert 100 records through data loader.

Dataloading is failed.

In error excell file, In error column , I am not able to see any type of eroor.

In Error column its showing empty.

Can any help me why its showing empty values in error column in excel file when data loaded

Thanks
Ramu_SFDCRamu_SFDC
One reason I can think of is that the object in which you are trying to insert might have a before trigger in place which has an adderror method with blank value hence you are seeing a blank error column.

Please verify if the object has any before insert triggers.