How do I have to import products in Magento using a direct connection to the database

后端 未结 4 1870
臣服心动
臣服心动 2021-02-10 07:34

I have about 50.000 of records to import in a Magento store. What I have already tested: The file is about 50 MB.

  • Splitted files
  • API
  • Magento Clas
4条回答
  •  青春惊慌失措
    2021-02-10 08:27

    I strongly recommend that you avoid writing raw SQL at all costs, you will almost certainly spend days and days writing to map the attribute IDs and probably get it wrong. It will also bypass all the important indexing and other system updates that Magento relies on.

    If speed is your issue, I suggest that you consider uRapidFlow from Unirgy. Usual disclaimers apply, I have no affiliation with Unirgy, but my observations has been that the quality of this work is excellent.

    HTH, JD

提交回复
热议问题