Line 1:
Line 1:
+
<!-- BEGIN origin interlang links -->
+
<!-- You can edit this section but do NOT remove these comments
+
Links below will be automatically replicated on translated pages by PolyglotBot -->
+
[[fr:Importer_des_clients_en_automatique]]
+
[[es:Importación_de_clientes_automática]]
+
<!-- END interlang links -->
+
[[Category:ImportsEn]]
[[Category:ImportsEn]]
−
{{ToTranslate}}
+
{{TemplateDocDevEn}}
+
+
This page describes an example of development used to make imports in Dolibarr by coding. If you are looking for other methods, see page [[Mass imports]].
+
−
This page describes an example of development used to make imports in Dolibarr by coding. If you are looking for other methods, see Mass imports.
−
[edit] Data file
+
= Data file =
First you must create your data file and make sure it meets a specific structure:
First you must create your data file and make sure it meets a specific structure:
Line 52:
Line 61:
Once your columns are filled in, save your file in your data directory under the name societe.txt
Once your columns are filled in, save your file in your data directory under the name societe.txt
+
= Import script file =
= Import script file =