Matt Wolfe

Results 11 comments of Matt Wolfe

Any update on this? I still have been unable to get around this error. I've been directed from Stack Overflow to here since it seems like a package specific issue....

Hey @ReportMort thanks so much for responding. I'm running what you sent over. One quick question - is it normal for the state to be "InProgress" for a long time?...

In addition, is 'rforcecom.bulkQuery' the correct function to be using for this? if I just adjusted that one line in the function to include 'res

Hey Mort, I'm still not sure what I'm doing wrong here. It spits out into the batch_query_results the ~300k lines that it read in, but omitted the remaining 3.8M records....

I think the problem is I'm not sure how to interpret the data to see what is wrong. It looks like the API was working correctly, and it's the function,...

Hi Mort, Thanks again for helping me out! Where exactly do I go in order to edit the formula? I'm looking through the library package details that downloaded to my...

I used trace to edit rforcecom.getBulkQueryResults function and replace res with the line above that you indicated. Here is the error message I received: ``` " Error in read.table(file =...

This time it gave me no errors, but it still stopped at 299,902 records out of 4.1M

I generally read in csv's with fread from data.table. also, I saved the csv file of just the names from SF(what i'm trying to read in), and was able to...

So I'm not really out of the woods as it hasn't really fully worked. It's not reading in the whole 4.1M. But the normal read.csv function does work when I...