Changes

m
Line 21: Line 21:     
= [[File:Outils.png]] Develop your own export script =
 
= [[File:Outils.png]] Develop your own export script =
Any language can be used if this language can read a database.
+
If there is no predefined dataset that match your need and have program knowledge, you can also develop your own 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.
 
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.
 
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.
 
To help you, page [[List of tables]] presents you the list of all Dolibarr tables.