Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
To bad I can't downvote the comments that hurt my heart @Jo_Pitts1 .@SanfordWhiteman This ties in to whatever previous questions I asked last week about file sizing. In the example above, OP only provides sending 1 object to Marketo each time. I had a file with 32524 custom objects that had to be ...
OK. I did test, I assume it is 10,000,000 because the smaller i trimmed the file, it worked.
I know that there is a 10 MB file limit in the bulk import API, but is it 10,000,000 Bytes, or 10,495,760 Bytes?
I have a lead schema that is {uniqueId, email}, and customObject schema {uniqueId, email, otherThing1, etc}However, Even though the uniqueIds are never to be duplicated, email can be. But when i upload leads like so:{uniqueId:1, email me@gmail.com}, then later{uniqueId:2, email me@gmail.com}marketo...
What if I want to upload a file with 32524 fields in csv format?
no records failed the import, per me checking the failure batch API route.
I know that the file itself had no duplicates in it. Each time I tried to upload it, it always said it uploaded the same number each time (only 94% of the leads), so I do not know if there was another issue involving leads that already existed in marketo.
The file can contain any number of records, so long as the file totals less than 10MB in size<-- as per the docs.I was using the REST API to upload documents of 9 and 5 MB, but each time, it would not process all the records. I decided to try to upload the files manually through the website, and I ...
that bar was not on the screen at any time yesterday.... thanks!
Is there a limit to the number of leads that can be in a REST API csv upload to marketo using the `bulk/v1/leads.json` call? I uploaded a 9MB file with 113592 leads in it, but only 112900 made it into marketo.