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
VSK98VSK98 

Insert records through Dataloader

Hi All,

I have one scenario for all........

There are 500 records need to be inserted in the account table. Initially, I have inserted 100 records then got some issue & stopped dataloading. Now i have to remaining 400 records. is it possible how?

Regards,
VSK98
Best Answer chosen by VSK98
Saravana Muthu 8Saravana Muthu 8
Hi,

You can still find the 100 records by reports using created date and created by filter.

Then export the 100 records and using 500 records you can do a lookup to find the remaining 400 records.

Thanks,
Sarav
Sweet Potato Tec

All Answers

Saravana Muthu 8Saravana Muthu 8
Hi,

Yes it's possible to load remaining 400 records.

Out of 500 you need to find the 400 records using lookup.

For example your success file has 100 records and do a vlookup to find the remaining 400 records and insert it.

 Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.

Thanks,
Sarav
Sweet Potato Tec
VSK98VSK98
Hi Sarav,

 Thanks for the response!!

For suppose, if success file has not generated. Suddenly the system got crashed & restarted automatically while doing dataloader. At the time how can we resume the dataloading without starting fresh again.

Regards,
VSK98
Saravana Muthu 8Saravana Muthu 8
Hi,

You can still find the 100 records by reports using created date and created by filter.

Then export the 100 records and using 500 records you can do a lookup to find the remaining 400 records.

Thanks,
Sarav
Sweet Potato Tec
This was selected as the best answer