Page 1 of 1

Lead count won't tally

PostPosted: Thu Jul 30, 2009 8:37 am
by webgurru
I have created two new lists 201 and 202. After this I loaded leads into both lists. In first list I loaded file with 11264 records and in second a file with 16956 records, at the end of lead load I got this messages for both lists respectively

Code: Select all
Done  GOOD: 11250     BAD: 14   TOTAL: 11264
Done  GOOD: 16933     BAD: 23   TOTAL: 16956


Now strange thing is when I go to these lists they only show me 5253 and 11346 LEADS COUNT in respective leads. Where the other data gone?

VICIDIALNOW version is latest 1.2

Best regards,

PostPosted: Thu Jul 30, 2009 11:55 am
by mflorell
The count is only for the queries sent to be inserted. If you had any quotes in the file(depending on the format) it might have messed up some of those insertions.

PostPosted: Fri Jul 31, 2009 4:55 am
by webgurru
Hi Matt,

You are right, there were few single quotes in data. I removed and reloaded leads, all fine. Thanks.

Best regards,

mflorell wrote:The count is only for the queries sent to be inserted. If you had any quotes in the file(depending on the format) it might have messed up some of those insertions.