📋 Employee Data Import

Bulk import employee records using our XML-based data format. Supports standard XML features including entity definitions.

Supported XML Format:

<?xml version="1.0" encoding="UTF-8"?>
<employee>
  <name>John Doe</name>
  <role>Software Engineer</role>
</employee>