Re: What is the maximum size CSV file you can upload?

Anonymous
Not applicable

What is the maximum size CSV file you can upload?

I have a 70MB database to upload to Marketo. Can this be done in one go? Will I be able to have list this big?
Thanks
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: What is the maximum size CSV file you can upload?

The limit for the file size is 50 MB. I would suggest leaving a small safety margin.

50 MB would be sufficient for a large number of leads depending on the the number of columns and amount of information. 
Larger files can be split provided the column heads are copied to each new file.

SOAP API's syncMultipleLeads is a good alternative for large files. It can send up tp 1000 leads per API call.
http://developers.marketo.com/documentation/soap/syncmultipleleads/

Anonymous
Not applicable

Re: What is the maximum size CSV file you can upload?

Thank you!