import CSV more than 100mb

MarieEveReid
Level 1

import CSV more than 100mb

Hello, is there a way to import leads from a 2gb csv file. My goal is to not split the file, or do it the less time possible. 

is it possible to upload the csv to adobe cloud? and import it to market from adobe cloud? in this case, can I import a csv file bigger than 100mb? 

 

Thanks!

Tags (1)
1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: import CSV more than 100mb

That's frankly gigantic. Even if you could upload it at once (you can't) that wouldn't save any time over splitting it into chunks, since the back end has to work with the entire file.

 

If you want to simulate being able to upload a 2 GB file you could build an app that uses the REST API to import. You could upload a 2 GB file and under the hood, it would split into chunks and use open import slots as they become available.