We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 49058
    • 2 Posts
    Hello,
    I am new to modx, and i need list of product, category and product url from my website in CSV format. Please let me know how can i achieve this. Please share if there are any example php scripts which i can run directly to achieve this.

    Also let me know in which table the products are saved, as i am unable to see any modx_product table. I am working on Modx Evolution 1.0.5

    Thanks
      • 2762
      • 1,198 Posts
      if I remember correctly, the PubKit snippet Package by KP52 includes an export cvs module and an import cvs module wink

      edit: you can find here:
      https://github.com/kp52/Import_Export_CSV
        Free MODx Graphic resources and Templates www.tattoocms.it
        -----------------------------------------------------

        MODx IT  www.modx.it
        -----------------------------------------------------

        bubuna.com - Web & Multimedia Design
        • 16278
        • 928 Posts
        Import/ExportCSV is independent of PubKit. It may be useful for what you wish to do, but it's difficult to say without more detail about your site. If the "category" and "product URL" are template variables, it may be easier to create a simple snippet to make the listing, or to use Ditto if you need it on a webpage. Show us what you have!

        ;) KP