Multiply CSV queue import - Is it possible?

imeow

Member
Greetings!

I would like to know if it is possible to load huge pile of CSV through queue import and just wait for this queue to finish importing? Because when I am trying to load more than 1 list to csv queue import - it say's that the queue is locked due to another importing process.
 
@imeow - if your list uid is cs9067vr3ge4e you can try to upload in apps/common/runtime/list-import-queue/ files like:
Code:
cs9067vr3ge4e-1.csv
cs9067vr3ge4e-2.csv
cs9067vr3ge4e-3.csv
And then the app would import them all in same list.
 
@imeow - if your list uid is cs9067vr3ge4e you can try to upload in apps/common/runtime/list-import-queue/ files like:
Code:
cs9067vr3ge4e-1.csv
cs9067vr3ge4e-2.csv
cs9067vr3ge4e-3.csv
And then the app would import them all in same list.
Awesome! But is it possible to have some kind of a status menu for this kind of import option. So admin would know approx. time when import will finish. Or some kind of a status bar with "140578 of 5000000 subscribers imported in CLI-import"
 
Back
Top