What is the maximum size CSV file you can upload? | Community
Skip to main content
January 14, 2014
Question

What is the maximum size CSV file you can upload?

  • January 14, 2014
  • 2 replies
  • 3506 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

January 14, 2014
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/

January 14, 2014
Thank you!