Module Exports En
Jump to navigation
Jump to search
To export Dolibarr data, there is several solutions described here. Solutions to make mass imports are described in the page Mass imports
Use the Dolibarr export module
The Exports module allows yous to make personalize exports of data using an assistant. You should be able to export data with no technical knowledges.
- First step is to enable the export module. Then go on menu Tools - Export and choose a predefined dataset.
- Then choose fields you wan in your output files, and in which order.
- Once data are selected, you can choose the format of the output file build by clicking on the "Build" button.
- After few seconds, a file is available for download.
Possible formats are CSV and TSV (Text files) or XLS (Native Excel files)
Develop your own export script
Any language can be used if this language can read a database. You just have to read the table of the entity you want to export and build a file, with format of your choice, from any fields available in table. So the only thing to know is which table contains data you want to export. To help you, page List of tables presents you the list of all Dolibarr tables.