is it possible to collect xml formats from any object, for instance “Logs”, (csv and xml)?
I 've only succeeded to export csv from the advanced search toolbox.
My goal is to collect objects xml and then thanks to that easily import my source data (which will of course correspond to the format expected in the xml) without creating from scratch xml file.
I see. There is no feature to collect xml mapping form any object.
If you use CSV DataSource, you can use automatic import feature. CSV data files needs identical columns with the field names of the target domain model class, it can be imported automatically with minimal configuration. Here is the documentation of this feature : https://docs.axelor.com/adk/5.0/dev-guide/data-import/csv-import.html#automatic-import
With this CSV file :
“importOrigin”;“updatedBy”;“labelToPrinting”;“updatedOn”;“unitTypeSelect”;“createdOn”;“version”;“attrs”;“archived”;“importid”;“createdBy”;“name”;“id”
;;“Année”;;“Unité de temps”;“2018-07-09T17:04:35.614”;“0”;;;“106”;“Admin”;“Année”;“19”
And the result is :
Total : 0 - Succeeded : 0 - Not null : 0
Generated anomalies :0