Skip to main content
Tom Stonebraker 님이 #Data Management에 질문했습니다
I just imported 15,880 purchased leads for a marketing campain.  When the results email came back it said 3,435 leads were not imported.

 

How do I see the list of leads not imported?

 

Also how do I determine why they were not imported?
답변 1개
  1. 2012년 4월 26일 오후 9:43
    Import wizard does not have capability of error report.

     

    Apex Data loader would suffice your requirement.

     

    Now, you have some leads created, to find out leads not imported is a 2 step process.

     

    1.Export all leads created today with createdby as your userid

     

    2.Compare leads export file with your load file.

     

      Difference should be your 3435 records.

     

    3.Try using Apex data loader for the leads load .

     

       if there is any error, error file will have an error message with comments.
0/9000