[Vtigercrm-developers] Importing records
Alan Lord
alanslists at gmail.com
Tue Jul 21 10:39:54 GMT 2015
On 21/07/15 11:23, ardi zeneli wrote:
> Hello,
>
> I have to import nearly 1 milion records in vTiger which are divided in
> almost 500 excel files. Can anybody tell me which would be the best way
> to do this import?
I would use the server APIs and create new objects iterating over your
spreadsheet. With that many I would write a "wrapper" script which
breaks into manageable chunks (say 5000 at a time) so you can resume
more easily if something goes wrong after 250,000 imports ;-)
Al
More information about the vtigercrm-developers
mailing list