What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi All, i want to export data of my custom table is this possible? if yes then any reference or docu

U01J3GPTA1H
U01J3GPTA1H Posts: 43 🧑🏻‍🚀 - Cadet

Hi All,
i want to export data of my custom table is this possible? if yes then any reference or documentation for it ?
Thanks.

Comments

  • Alberto Reyer
    Alberto Reyer Lead Spryker Solution Architect / Technical Director Posts: 690 🪐 - Explorer

    If “export” data means to export (called publish & synchronize in Spryker) to Redis please follow the guide at https://documentation.spryker.com/docs/publish-and-synchronization-reference

    If you mean to export into a CSV file or any other exchange format, you can either have a look at the middleware (https://documentation.spryker.com/docs/spryker-middleware). While it is mostly used to import from data exchange formats into the DB it can be used as well to export into a data exchange format.
    If you don’t want to use the middleware you need to write your own exporter.
    I suggest aggregating the data in the database already and use php only to write the prepared data in a file with the expected exchange format.