تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
8917 أدوات العرض

What is the best method to upload a large quantity of records in version 7 on windows?

Overview:

  • I have ~500,000 new product records to upload
  • I have attempted the upload using the csv import process
  • But the application fails to complete the upload after providing the following status messages:
    • Loading
    • Still loading...be patient
    • Don't leave yet, it's still loading
    • You may not believe it, but the application is actually loading...
    • Take a minute to get a coffee, because it's loading
    • Maybe you should consider reloading the application by pressing F5...

Notes:

  • uploading smaller chunks of records is obviously doable but not very efficient
  • I let the process run over 12 hours
الصورة الرمزية
إهمال

I don't know the speed of your machine, but I made a python script to read a CSV-file and use the openERP framework to import the data. This way, I know it is correctly imported and the triggers are processed. Maybe you can do the same thing on your machine. I do not know anything about the speed. Advantage of script is you can do additional checking (like line has been imported), so you can keep running the script if it fails during execution (for whatever reason).

أفضل إجابة

Another option is to upload the records with a Python script and web-services

الصورة الرمزية
إهمال
أفضل إجابة

we have used Pentaho as the ETL tool - loaded over 1M account_move_line records successfully.

الصورة الرمزية
إهمال
أفضل إجابة

We used Talend Open Studio to build a job which directly writes the database.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
5
أكتوبر 23
23418
2
يوليو 16
12940
1
مارس 15
4480
2
يناير 23
14668
1
أبريل 22
6868