The structure of the imported xml file

Minimum amount of data needed to complete the import:

 

Place in the program from where you can import data: menu

"Basic data" -> "[005] Employees" menu, icon: .

 

For additional details on how to import, see the topic:

"Exported xml file structure".

Date and time format: "Year-month-day hour:minute:second", date separator: "-" (hyphen), time separator: ":" (colon).
Not described value: string type.

 

<?xml version="1.0"?>

<root>

<!-- Employee List -->

 <pracownik>

<!-- Employee details section -->

  <imie>Jan</imie>

<!-- First name -->

  <nazwisko>Kowalski</nazwisko>

<!-- Last name -->

 </pracownik>

</root>