Custom product export to csv (programming)

Hi everyone!

I need a special daily export to csv from products with attributes…

Example:

  • identifier ( sku but i need custom headtitle)
  • manufacturer
  • name
  • category

I think I need custom php code to put in the root folder.
I don’t know where to start.

Hi,

You should create custom extension with cron job.

https://www.mageplaza.com/devdocs/magento-2-create-cron-job/

You can start with this extension builder.

https://www.silksoftware.com/magento-module-creator/magento2-module-creator.php

Regards,

Thomas

1 Like

Thanks, that is good for start.
Do you have any information on how to get products and should be create csv?
I found some solution (csv, get products), but I will be faster with your proposal.

For product collection you can use this example.

For CSV, the one you chose looks fine.

Kind regards,

Thomas

1 Like