View source | View content page | Page history | Printable version   

Projects:Export Store Data Task

Introduction

As part of the store server project, there is a need to export the data relative to individual stores (organizations).

In this project an ant task will be created to export the store data. This task will be called export.store.data and will be similar to ImportSampleData, in the sense that it exports data based on a dataset definition into XML files.

Tracking issue to make ExportSampleData extensible: https://issues.openbravo.com/view.php?id=32040

Code repository: https://code.openbravo.com/erp/devel/dbsm-extend-import-sample-data

Requirements

The new task should:

As part of this project some work may be done in the import process to make it faster, as the data being imported will potentially be much bigger than our usual sample data.

Extending the ExportSampleData task

The ExportStoreTask has many things in common with the ExportSampleData task, it was decided that the best course of action would be to extend it.

The ExportSampleData was not designed having extensibility in mind, so a few changes need to be done to allow extending it to the extent the new task requires:

Retrieved from "http://wiki.openbravo.com/wiki/Projects:Export_Store_Data_Task"

This page has been accessed 540 times. This page was last modified on 3 February 2016, at 11:28. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.